Path: utzoo!mnetor!uunet!husc6!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.unix.wizards Subject: Re: Help with watch in tcsh Message-ID: <8911@tut.cis.ohio-state.edu> Date: 28 Mar 88 13:50:24 GMT References: <8125@cisunx.UUCP> Sender: news@tut.cis.ohio-state.edu Lines: 13 In-reply-to: yosi@cisunx.UUCP's message of 28 Mar 88 04:28:39 GMT yosi@cisunx.UUCP writes: I can't seem to get the watch in tcsh to work. I set the watch as = (5 userid any) and it does nothing. The only time it seems to do anything is when I type log. The time value in $watch[1] is in minutes. You have set a 5-minute watch interval period. Set it to 1 and you'll probably get behavior closer to what you want. If you set it to zero, you'll get immediate updates every time you get a command prompt...but you'll also completely re-read and re-parse /etc/utmp every time you get a command prompt, which is NOT desirable. --Karl