This simple script lists the files (in the current dir) except the
ones given on the command line
I use it daily, when converting files from one format to
another. I took it from 'Unix Power Tools' long time ago.
It was using /bin/sh but perl is so much simpler...
Example: rm `nom *.html` (leaves only .html files)
Updated after
tye's suggestion. (thanks)