linux awk sort uniq 面试题

awk '{print $3}' demo.log 
 sort 
 uniq -c 
 sort -rn 
 head -3

猜你喜欢

转载自www.cnblogs.com/maxforb/p/11635583.html