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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment