Advertisement
fant0men

Loops are fun

Sep 3rd, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. cat ~/Desktop/nathans_music.txt | while read artist; do dir=$(find . -maxdepth 1 -iname "$artist" | sed 's/^.\///'); ln -s "/home/sir/Music/Songbird Music/${dir}" "/home/sir/nathans_music/${dir}" || echo "$artist (${dir})" >> ~/nathans_music/missing.txt; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement