* George Georgalis [2006-06-16 09:18:07 -0400]: > >> OS=$(uname) > >> case $OS in > >> NetBSD|FreeBSD|Dragonfly|Darwin) > >> alias t='tail -F' > >> ;; > >> Linux) > >> alias t='tail --follow=name' > >> ;; > >> OpenBSD) > >> alias t='tail -f' > >> ;; > >> esac > > > >Linux understand -F too. > > *sigh* not my linux > > tail -F /var/log/socklog/main/current > tail: invalid option -- F > Try `tail --help' for more information. Interesting. Why distro and version of coreutils? -F is the equivalent to --follow=name in newer coreutils; I don't know when it was added, but I've been seeing it for a while. -- {FEE30AD4 : 7F6C A60C 06C2 4811 FA1C A2BC 2EBC 5E32 FEE3 0AD4} mysql> SELECT * FROM users WHERE clue > 0; Empty set (0.00sec) :: Annvix - Secure Linux Server: http://annvix.org/ ::