Linux操作命令總結(四)

wc -l test.txt  統計 test.txt中的行數 nl  未指定文件,則從標準輸入中讀取數據,添加行號後輸出 nl test.txt  給文件各行添加行號後輸出 nl -nln test.txt  各行添加行號後,左對齊輸出 nl -nrn test.txt  各行添加行號後,右對齊輸出 nl -nrz test.txt   各行添加行號後,右對齊輸出,空格用0填充 sed命令一次處
相關文章
相關標籤/搜索