Re: Profanity in the Linux Kernel?!?!?

Chris Zwilling (chris@cloudnet.com)
Thu, 10 Jun 1999 15:34:46 -0500 (CDT)


On Thu, 10 Jun 1999, Tom Riddle wrote:

>
> Why not:
>
> find /usr/src/linux -name '*.[ch]' -exec grep -i fuck {} \;
>

for f in dirty_word1, colorful_metaphor2, dirty_word3 ; do
find /usr/src/linux -name '*.[ch]' -exec grep -i $f {} \;
done

;-----------------------------------------;
; ; Chris Zwilling
; Don't let people drive you crazy ; chris@cloudnet.com
; when you know it's in walking distance ; System Administrator
; ; 320.240.8243
;-----------------------------------------;

-
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/