On Tue, 21 Nov 2000, Jim Baxter wrote:

> Does anyone know of a time clock program we could run on linux? It
> needs to be quick, simple, and free. All we need to do is record when
> a person clocks in and out and put the data in some form of database.

Yes. Use "/usr/bin/last" to get the information you want. Use awk, perl,
or cut to grab whatever information you want out of the listings, and
perhaps uniq to remove duplicates in your output file. :)

-- 
Todd A. Jacobs
Senior Network Consultant




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to