#!/bin/bash   shell脚本规范,设置Shell解析器类型为bash类型
tail -n 5 nowcoder.txt  tail从文件末尾读取 -n 行数