[Gllug] OT: Tomcat & Apache mapping problem

Steve Nelson sanelson at gmail.com
Wed Mar 23 15:33:48 UTC 2005


On Wed, 23 Mar 2005 15:18:11 +0000, Mike Brodbelt
<mike at coruscant.demon.co.uk> wrote:

> If I want to see what shells people have, I just do:-
> 
> cat /etc/passwd | awk -F: '{print $7}'

Or to avoid unnecessary cat and pipe usage:

cut -d: -f 7 /etc/passwd

:-)

> Mike.

S.
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list