|
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 |
Answered by
kdrag0n
May 29, 2023
Replies: 2 comments 2 replies
|
That was more or less the idea of this flag, but it won't really work due to escaping: |
2 replies
|
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. |
0 replies
Answer selected by
kdrag0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.