grep 在文件中查找指定的內容,並輸出行號 及 獲取指定行號的內容 分類: ...

grep -n root /etc/passwd cat -n /etc/passwd | awk -F: '{print $1}'   獲取/etc/passwd的第一個域內容,並顯示行號 html 結果:      1  root      2  bin      3  daemon      4  adm      5  lp      6  sync      7  shutdown   
相關文章
相關標籤/搜索