Skip to content

Instantly share code, notes, and snippets.

@espinz
Created September 17, 2019 22:10
Show Gist options
  • Select an option

  • Save espinz/a9b3e3359e705493f0c2675bbd9670a5 to your computer and use it in GitHub Desktop.

Select an option

Save espinz/a9b3e3359e705493f0c2675bbd9670a5 to your computer and use it in GitHub Desktop.
for i in `grep -H "jpg" *| grep "thumbnail:" | awk {'print $2'} | sed s#/images/##`; do mv ../images/$i ../images/backup;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment