On Thu, 2004-08-19 at 07:36, Voytek Eymont wrote: > I have something like: > > echo "$now $0 executed for $DOMAIN on in $exectime sec" >> /var/log/awstats.log > > how can I also send it to screen without repeating the echo line ?
Do your sysadmins a favour and use the "logger" command to write log messages via the syslog facility. "logger" has a "-s" option to write to stderr (the screen) as well as to the system log. -- Glen Turner Tel: (08) 8303 3936 or +61 8 8303 3936 Australian Academic & Research Network www.aarnet.edu.au -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
