Remove all EXE files
Tagged with: command, delete, exe, find, Linux, virus, windows
Tuesday, April 15th, 2008 10:39 PM
Removes all exe files in the current directory tree. Useful to clear virus from flash drives.
find . -name "*.exe" -delete