Linux 中 awk命令应用



ls -la | awk '{printf ("%8s %8s %8s %8s %8s %8s %8s %8s %8s\n",$1,$2,$3,$4,$5,$6,$7,$8,substr($9,0,4))}'

posted @ 2018-08-24 18:59  ParamousGIS  阅读(111)  评论(0编辑  收藏  举报