Skip to content

Instantly share code, notes, and snippets.

@mvirkkunen
Created November 4, 2014 01:46
Show Gist options
  • Save mvirkkunen/7f19a9822e45a7d86048 to your computer and use it in GitHub Desktop.
Save mvirkkunen/7f19a9822e45a7d86048 to your computer and use it in GitHub Desktop.
matti@konata:~/tmp$ echo hi > aaaa
matti@konata:~/tmp$ ls -l aaaa
-rw-r--r-- 1 matti users 3 Nov 4 03:45 aaaa
matti@konata:~/tmp$ >aaaa
matti@konata:~/tmp$ ls -l aaaa
-rw-r--r-- 1 matti users 0 Nov 4 03:45 aaaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment