Guest User

Untitled

a guest
Feb 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. list=`find ~/downloads -name "*.mp3" 2>/dev/null`
  2. for file in $list
  3. do
  4. mv $file ~/music
  5. done
Add Comment
Please, Sign In to add comment