8、有以下幾個:
9、ls /etc/*/ -dfind /etc -type d
10、find /usr/local/web -type f -size +100m -exec mv {} /tmp/ \;
11、tar xf etc.tar.gz
zip
12、gziptar czf test.tar.gz test
13、ldd
14、tar
15、sed -r '1,20s/aaa/aaa/' -e '1,20s/bbb/bbb/g' test.txt'
16、d
17、a
18、bd
18題問題:
xz壓縮的檔案無法tar解壓
tar cjf建立的壓縮包可以tar xf解壓
linux 檔案管理 9 檔案查詢和壓縮
locate sh locate i sh 不區分大小寫 locate n sh 顯示前幾個 locate r sh 正則 只搜尋data目錄本身 find data maxdepth 1 find data depth 先處理檔案再處理目錄 find data name test find dat...
4 2 檔案的壓縮與打包
compress compress命令用於將檔案壓縮為 z 格式的壓縮檔案。語法 compress 選項 檔案 選項 d 解壓縮,相當於uncompress c 結果輸出至標準輸出,不刪除原檔案 v 顯示詳情 gzip gzip命令用於將檔案壓縮為 gz 格式的壓縮檔案。語法 gzip 選項 檔案 ...
7 檔案壓縮與find命令
作用 主要是減少負載減少io操作 其次節省磁碟空間,減少頻寬使用 tar命令 壓縮解壓命令 壓縮格式 tar zcvf 包的名字.tar.gz 打包的內容 多個檔案 多個目錄 引數 z gzip壓縮 c 建立 v 顯示過程 可以省略 f 指定檔名稱 打包檔案 tar zcvf hosts.tar.g...