linux shell中如何获取文件的最后一行

答: cat jello.txt | awk 'END {print}'

原文地址:https://www.cnblogs.com/dakewei/p/10444669.html