Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 89 Bytes

bash.md

File metadata and controls

5 lines (5 loc) · 89 Bytes

Bash tips

Tail and grep logs

tail -f <file> | grep --line-buffered <word>