-
When using $ orb cat /etc/*-release
fish: No matches for wildcard '/etc/*-release'. Of course, locally there's no way to magically bypass the shell glob, but if e.g. quoted the file name also becomes literal inside the Linux instance: $ orb cat '/etc/*-release'
cat: '/etc/*-release': No such file or directory |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That was more or less the idea of this flag, but it won't really work due to escaping:
|
Beta Was this translation helpful? Give feedback.
-
In the next version, the shell flag will allow this. For example:
Auto-complete is a different issue and I'm not sure how that will look yet. |
Beta Was this translation helpful? Give feedback.
In the next version, the shell flag will allow this. For example:
Auto-complete is a different issue and I'm not sure how that will look yet.