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