On Wed, May 20, 2009 at 7:54 AM, hebert Maia <[email protected]> wrote: > Maybe its a dump question, but, i could > not find the sourcecode for the "cu" programm. :)
Some programs have multiple names, so the name you're looking for may not be the name in the src. ls -li cu 85022 -r-xr-xr-x 2 root bin 52324 Nov 7 2008 cu* ls -li | grep 85022 85022 -r-xr-xr-x 2 root bin 52324 Nov 7 2008 cu* 85022 -r-xr-xr-x 2 root bin 52324 Nov 7 2008 tip*

