Guest User

Untitled

a guest
Feb 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. LIST="ls *.mp3"
  4.  
  5.  
  6. for `*.mp3` in $LIST; do
  7.         mv ~/*.mp3 ~/music/*.mp3
  8.        
  9. done;
Add Comment
Please, Sign In to add comment