Sysadmin Notebook
Friday, 18 November 2011
Create symbolic links for multiple files simutaneously
As simple as:
for file in $(ls <path>|grep <something>); do ln -s <path>$file <new_path>$file; done
Possibly Related Posts
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)