A cute little tribute to UNIX that I recently have seen in an E-mail tag line. I don't know who wrote it, but I liked it.

   Our OS in CPU, UNIX be thy name
Thine programs run, syscalls be done
     In kernel as it is in user.
Update: kernal changed to kernel. Spell check provided by jdporter.

Kristofer Hoch

Replies are listed 'Best First'.
Re: UNIX Tribute
by fredopalus (Friar) on Dec 27, 2002 at 16:25 UTC
    print "Our OS in CPU, $^O be thy name\n"; sub thine ($programs) { $run++; $syscalls{be} = "done"; } %in = ( kernel => "user" );