Here is a one liner that packs some serious bash punch:
rm `find . -type f -exec file ‘{}’ \; | grep -i linux | awk -F: ‘{print $1}’`
Here is a one liner that packs some serious bash punch:
rm `find . -type f -exec file ‘{}’ \; | grep -i linux | awk -F: ‘{print $1}’`