[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] another scripting question
- Subject: [ale] another scripting question
- From: nlucent at mindspring.com (Nick Lucent)
- Date: Wed, 1 Dec 1999 17:17:16 -0500
On Wed, Dec 01, 1999 at 02:38:50PM -0500, Ben Phillips wrote:
> joe:x:100:100:group:blahblahblah
> dave:x:100:100:group:blahblahblah
> bob:x:100:100:group:blahblahblah
>
> and I want:
>
> joe
> dave
> bob
cat /etc/passwd | cut -d : -f 1
Nick
--
Windows NT: Security through unavailability.