Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 182 Bytes

tail.md

File metadata and controls

10 lines (6 loc) · 182 Bytes

Back to Cheatsheets Index

tail

View added lines to file in real time

tail -f ./file.out

View output of process in real time

tail -f /proc/<pid>/fd/1