Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ls | grep "[0-9] -" | while read f; do NEWFILENAME=$(echo $f | cut -c 5- | sed 's/ \[www.AtoZmp3.in\]//g') ; echo $f; echo $NEWFILENAME ; mv "$f" "$NEWFILENAME" ; done
Add Comment
Please, Sign In to add comment