[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Stopping tail -f
- Subject: [cobalt-users] Stopping tail -f
- From: "Chris Calabrese" <webmaster@xxxxxxxxxxxxxxx>
- Date: Wed Aug 1 07:23:47 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I sometimes use tail -f to monitor the maillog or httpd/access log. I'm not
sure of the "right" way to stop this though. I have been hitting Ctrl-Z, but
the tail process is still running so I have to run top then kill the process
ID. Can someone tell me how to stop this the correct way (if there is one)?
I tried man tail and info tail but came up empty.
~ Chris Calabrese