📜  bash 打印文件的最后 n 行 - Shell-Bash 代码示例

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

代码示例1
# Basic syntax:
tail -n input_file
# Where n is the number of lines to load from the end of the input_file