#!/bin/bash
#非常简单,tail命令查看文件尾部,-n用来指定查看的行数
cat nowcoder.txt | tail -5