#****** Aug 3rd, 2015 ***** idx=/users/rg/cklein/dmel/ucsc/2015aug/index.bigwig.tsv awk '{print $1}' $idx | while read f; do ln -s $f; done # Could not access the data because files are in the no_backup folder # save them in /users/rg/projects/ERC/fly/UCSC_tracks/2015aug ls /users/rg/projects/ERC/fly/UCSC_tracks/2015aug/*.bw | while read f; do ln -s $f; done