Skip to content

Instantly share code, notes, and snippets.

@maelvls
Created December 31, 2015 15:57
Show Gist options
  • Save maelvls/64df4f6b5ea6227c7f12 to your computer and use it in GitHub Desktop.
Save maelvls/64df4f6b5ea6227c7f12 to your computer and use it in GitHub Desktop.
Pour enlever le [ www.Cpasbien.io]
ls | while read i; do mv "$i" "`echo $i | sed "s/\[www\..*\]\(\)/\1/" | tr -d " "`"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment