Skip to content

Commit

Permalink
tailf is a possible option but only works with one file
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Nov 7, 2015
1 parent 9fa0258 commit 191a257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/tf
Expand Up @@ -15,6 +15,7 @@ fi

if [ $# = 1 ]; then
exec less +F "$1"
#exec tailf "$1"
else
exec tail -f "$@"
fi

0 comments on commit 191a257

Please sign in to comment.