Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created October 25, 2008 07:05
Show Gist options
  • Select an option

  • Save wfarr/19714 to your computer and use it in GitHub Desktop.

Select an option

Save wfarr/19714 to your computer and use it in GitHub Desktop.
wfarr@lawn-128-61-22-6:~$ echo "some data" > data.txt
wfarr@lawn-128-61-22-6:~$ ln -s data.txt slink.txt
wfarr@lawn-128-61-22-6:~$ cat slink.txt
some data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment