Skip to content

Instantly share code, notes, and snippets.

@next-marianmoldovan
Created March 26, 2015 15:15
Show Gist options
  • Save next-marianmoldovan/e0e2029a04d4829a6501 to your computer and use it in GitHub Desktop.
Save next-marianmoldovan/e0e2029a04d4829a6501 to your computer and use it in GitHub Desktop.
Clean other files that are not images bash script
file * | grep -v image > noimage
cat noimage | cut -d : -f 1 | noimageids
rm -f $(<noimageids)
rm noimageids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment