Skip to content

Instantly share code, notes, and snippets.

@nz
Created February 19, 2013 19:25
Show Gist options
  • Save nz/4988998 to your computer and use it in GitHub Desktop.
Save nz/4988998 to your computer and use it in GitHub Desktop.
> mkdir test1
> echo foo > test1/foo
> cp -lr test1 test2
> echo bar > test2/foo
> cat test1/foo
foo
> cat test2/foo
bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment