Skip to content

Instantly share code, notes, and snippets.

@qpfiffer
Created May 31, 2015 23:22
Show Gist options
  • Save qpfiffer/26049be7a8410f53f367 to your computer and use it in GitHub Desktop.
Save qpfiffer/26049be7a8410f53f367 to your computer and use it in GitHub Desktop.
λ:/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