Skip to content

Instantly share code, notes, and snippets.

@tuxracer
Created May 2, 2012 17:37
Show Gist options
  • Save tuxracer/2578547 to your computer and use it in GitHub Desktop.
Save tuxracer/2578547 to your computer and use it in GitHub Desktop.
Create multiple symlinks at once
for file in $(ls THEPATH); do ln -s NEWPATH$file .; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment