Created
November 3, 2016 04:09
-
-
Save binki/d3dbc03b7f87c8c5d4e8d7cd7b74b8bd to your computer and use it in GitHub Desktop.
globs match backslashes on unix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ohnobinki@gibby ~/testthings/dir1/dir2\asdf\stilldir2 $ touch foo\\bar\\baz.txt | |
ohnobinki@gibby ~/testthings/dir1/dir2\asdf\stilldir2 $ busybox ash -c 'echo foo*.txt' | |
foo\bar\baz.txt | |
ohnobinki@gibby ~/testthings/dir1/dir2\asdf\stilldir2 $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment