On Sunday 12 October 2014 04:08:41 pm Geoff Barkman wrote: > tail /var/log/syslog
Better yet, tail -f /var/log/logname ( can be any file, actually ) ( -f = follow ) That way, the entries will be displayed as they are created. No, it's not "real time" ( very little actually is ) but it'll probably be within a few hundred milliseconds of the event. Use a control-C in that window to exit tail. -- Cowboy http://cowboy.cwf1.com All this wheeling and dealing around, why, it isn't for money, it's for fun. Money's just the way we keep score. _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
