If we want to be *really* pedantic, a couple more things are needed to get
this right:
1. Add "-print0" to the find, and "-0" to xargs, so that filenames with
funny characters won't cause problems.
2. It should be "grep -i fuck /dev/null", because it is possible that xargs
will run an instance of grep with only one argument from the find, and
then grep would not print the file name if it contained "fuck".
--Tim Smith
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/