On Thu, Mar 25, 2010 at 4:21 PM, Patrick Kelly <kameo76890@gmail.com> wrote:
> On Thu, 25 Mar 2010 18:58:30 -0300, Tim Newsham <newsham@lava.net> wrote:
>
>>> As a example for our students we use
>>>
>>>
>>> http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=blob;f=src/cat.c;hb=HEAD
>>>
>>> versus
>>>
>>> http://plan9.bell-labs.com/sources/plan9/sys/src/cmd/cat.c
>>>
>>> In fact, we have both printed on paper hanging from the wall of the
>>> corridor
>>> near our office. Let's hope they learn.

This is especially funny:
 398               /* Output a currency symbol if requested (-e).  */
 399
 400               if (show_ends)
 401                 *bpout++ = '$';
 402
 403               /* Output the newline.  */
 404
 405               *bpout++ = '\n';