From 191a257fcad58140a542c96875d8e72fd2009c2a Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 7 Nov 2015 21:13:54 +0000 Subject: [PATCH] tailf is a possible option but only works with one file --- bin/tf | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tf b/bin/tf index 275d7ae..5b8ec05 100755 --- a/bin/tf +++ b/bin/tf @@ -15,6 +15,7 @@ fi if [ $# = 1 ]; then exec less +F "$1" + #exec tailf "$1" else exec tail -f "$@" fi