What if you need 11 lines?  Or 50?  Easier to scroll back a terminal
window than have to pipe repeated tails through less, especially since
you can use the scroll wheel in the terminal.

cheers,
barneyb

On 1/25/06, Sean Corfield <[EMAIL PROTECTED]> wrote:
> Why not just tail the log as stuff is written to it?
>
> tail -f cfserver.log
>
> On 1/25/06, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> > Another option would be to use `tee` to send everything both places.
> > I believe this is the syntax you'd want, but don't quote me on that.
> >
> > eval $CFSTART 2>&1 | tee -a $CF_DIR/logs/cfserver.log
>

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230454
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to