Java程序員必備——Linux的面試常見問題及面試題!你知道多少?

一. 常用命令 1. 編輯相關 ①. awk NF:字段總數 NR:第幾行數據 FS:分隔字符 ②. sed -n -i 直接修改 4a:在第四行後添加 4i:在第四行前插入 1,5c sting:用sting替換1到5行的內容 s/要被替換的字符串/新的字符串/g ③. sort -t -nr sort |uniq -c |sort -nr ④. tr -d:刪除 [a-z] [A Z]:替換
相關文章
相關標籤/搜索