ltail grep --line-buffered
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user