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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230453 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

