Bioinformatics and Interaction Design
Trying to apply interaction design to Bioinformatics.
Tuesday, 5 February 2013
Symlink all files from a base directory to a target directory
for f in $(ls -d /base/*); do ln -s $f /target; done && ls -al /target
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment