Skip to content

Instantly share code, notes, and snippets.

@binki
Created November 3, 2016 04:09
Show Gist options
  • Save binki/d3dbc03b7f87c8c5d4e8d7cd7b74b8bd to your computer and use it in GitHub Desktop.
Save binki/d3dbc03b7f87c8c5d4e8d7cd7b74b8bd to your computer and use it in GitHub Desktop.
globs match backslashes on unix
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