awk命令

查看某個文件的第一列和第四列內容code

awk '{print $1,$4}' hello.txt



查詢第二列值爲32的內容blog

awk '$2==32' hello.txt

相關文章
相關標籤/搜索