Skip to content

Instantly share code, notes, and snippets.

Created September 3, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7293055e2aa320a0d48227d902329dd1 to your computer and use it in GitHub Desktop.
Save anonymous/7293055e2aa320a0d48227d902329dd1 to your computer and use it in GitHub Desktop.
[jdv@localhost ~]$ touch foo
[jdv@localhost ~]$ ls -al foo
-rw-rw-r-- 1 jdv jdv 0 Sep 3 09:54 foo
[jdv@localhost ~]$ perl6 -e 'mkdir "foo"'
[jdv@localhost ~]$ ls -al foo
-rw-rw-r-- 1 jdv jdv 0 Sep 3 09:54 foo
[jdv@localhost ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment