David Snider wrote:
> Mauro Faccenda wrote:
>>
>> try greping for "fuck" or "shit" in the kernel source. ;)
>>
>> []'s
>> .m
>>
> I couldn't help myself...
>
> Fri Oct 12 22:10:27 2007
> [EMAIL PROTECTED] /usr/src/linux
> # find . -type f -exec grep fuck {} \;
just a tip: it shoud be better if you do like this:
# cd /usr/src/linux
# grep -ir fuck .
[]'s
.m
--
[EMAIL PROTECTED] mailing list

