📜  在 linux 中使用 tail 命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:13.536000             🧑  作者: Mango

代码示例1
tail -f filename //For seeing Realtime change
tail -n 200 filename  // show last 200 lines of a file