📜  ubuntu cat 最后 10 行 - Shell-Bash 代码示例

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

代码示例1
# this will cat you the last 100 lines of the file.txt
tail -100 file.txt