Click to See Complete Forum and Search --> : trim wtmp


mmacdon
09-03-2004, 12:58 PM
Does anyone know if there is a tool like fwtmp on aix that can convert the wtmp file to a plain text so that entries can be stripped from it. My monitoring uses a ftp account that logs in every 5 minutes and I want to be able to strip these entries from the file. Any help would be apprecitated.

chrism01
09-04-2004, 07:06 AM
The cmd
last
dumps it out to stdout, so you could easily redirect to a file and strip entries.