Angus Lees wrote:

>  awk -F: '$3>1000 && $1!="nobody" {print $3,$4,$6}' /etc/passwd | \
>   while read u g h; do install -b -m 644 -o $u -g $g file.file $h; done

I am always fascinated by how many different ways there are to
Get the Job Done (TM) on Linux. Hmmm ... I would imagine the job
we've been pissing at would not be easily done at all on that *other*
O/S ... VB perhaps?

--
Rick Welykochy || Praxis Services Pty Limited

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to