Linux
Ubuntu 常用命令
- Productivity
- 08 Jun, 2017
解壓縮 解壓縮 tar.gz 檔 $tar zxvf file_name.tar.gz解壓縮 tar 檔 $tar xvf file_name.tar壓縮成 gz 檔 $gzip -c input_file > output_file.gz解壓縮 gz 檔 $gzip -d file_name.gz
read more
解壓縮 解壓縮 tar.gz 檔 $tar zxvf file_name.tar.gz解壓縮 tar 檔 $tar xvf file_name.tar壓縮成 gz 檔 $gzip -c input_file > output_file.gz解壓縮 gz 檔 $gzip -d file_name.gz
read more