Created
May 31, 2015 23:22
-
-
Save qpfiffer/26049be7a8410f53f367 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
λ:/tmp cd test_dir/ | |
λ:/tmp/test_dir ls | |
λ:/tmp/test_dir touch test | |
λ:/tmp/test_dir rm test | |
λ:/tmp/test_dir touch i_already_exist | |
λ:/tmp/test_dir touch target | |
λ:/tmp/test_dir ln -s target i_already_exist | |
ln: failed to create symbolic link ‘i_already_exist’: File exists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment