Linux三剑客

awk精确到某一行:

ll|awk 'NR==1{print $2}'

原文地址:https://www.cnblogs.com/x991788x/p/13592445.html