> Good Evenin',
>
> I probably don't really have the right to say the following, because I
> don't contribute to the linux kernel. But I am going to say it
> anyways :)
>
> I hope that I do not offend too many people.
>
> cd /usr/src/linux ; grep -i fuck `find . -name '*.[ch]'`
>
Why not:
find /usr/src/linux -name '*.[ch]' -exec grep -i fuck {} \;
--Tom Riddle
Oracom, Inc. http://www.oracom.com
Tel. +1 978.557.5710x305 Fax +1 978.557.5716
- 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/