On Fri, Apr 11, 2008 at 2:48 PM, <[EMAIL PROTECTED]> wrote: > # Simple script to list version numbers of critical development tools > > bash --version | head -n1 | cut -d" " -f2-4 > +ls -l `which sh`
A better alternative is to use "readlink -f /bin/sh" -- Tushar Teredesai mailto:[EMAIL PROTECTED] http://www.linuxfromscratch.org/~tushar/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
