Things We All Should Know Unix Admin tit bits
tail -f `ls -tr | tail -1 | head -1`Isn't this superfluous? I think$ tail -f `ls -t | head -1`would do it.
Post a Comment
1 comment:
tail -f `ls -tr | tail -1 | head -1`
Isn't this superfluous? I think
$ tail -f `ls -t | head -1`
would do it.
Post a Comment