Date: Wed, 4 Apr 2007 16:04:58 +0000 (UTC) From: Diomidis Spinellis <dds@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lastcomm lastcomm.1 lastcomm.c Message-ID: <200704041604.l34G4wEJ083919@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dds 2007-04-04 16:04:58 UTC FreeBSD src repository Modified files: usr.bin/lastcomm lastcomm.1 lastcomm.c Log: A dash as an argument to the -f option will now cause lastcomm to read data from the standard input. This allows tail -f to pipe data to lastcomm, and thereby real-time monitoring of executed commands. The manual page includes the exact incantation. MFC after: 2 weeks Revision Changes Path 1.14 +25 -2 src/usr.bin/lastcomm/lastcomm.1 1.21 +31 -18 src/usr.bin/lastcomm/lastcomm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704041604.l34G4wEJ083919>