Created
November 4, 2014 01:46
-
-
Save mvirkkunen/7f19a9822e45a7d86048 to your computer and use it in GitHub Desktop.
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
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