Created
January 19, 2015 13:00
-
-
Save pontikos/068d95b126a13483faec to your computer and use it in GitHub Desktop.
Script for creating links to files (dirs are ignored).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for f in `find /goon2/project99/IBDAJE_raw/Macrogen/ -type f -name '*_ANNO.csv' ` | |
| do | |
| ln -s $f csv/ | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment