On Tue, Jul 29, 2003 at 09:58:56AM -0400, Jason Dixon wrote:
> $ cat /var/log/httpd/access_log | awk '{print $1}' | sort | uniq

$ cut -d ' ' -f 1 /var/log/httpd/access_log | sort | uniq

will get it done as well.

Cheers,
-- 
Javier Gostling D.
<[EMAIL PROTECTED]>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to