From e6b0637efba75da3cfd080f993c0818bc76852b2 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Fri, 23 Jun 2023 15:33:25 +0100 Subject: [PATCH] ltail grep --line-buffered --- .profile.roku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.roku b/.profile.roku index 33d2218..e7ac72b 100644 --- a/.profile.roku +++ b/.profile.roku @@ -41,7 +41,7 @@ lgrep() ltail() { if [ $# -gt 0 ]; then - tail -f $(lfile) | grep "$@" + tail -f $(lfile) | grep --line-buffered "$@" else tail -f $(lfile) fi