Linux解压tar.gz文件
describe
解压tar压缩文件
command
tar -xzvf test.tar.gz
parameter
tar : Unix和类Unix系统上的压缩打包工具,可以将多个文件合并为一个文件,打包后的文件后缀亦为“tar” -x, --extract,--get : 从档案中提取文件 -z, --gzip, --gunzip : 通过gzip过滤存档 -v, --verbose : 详细列出已处理的文件 -f, --file=ARCHIVE : 使用存档文件或设备ARCHIVE
running results
test/ test/.github/ test/.github/test/
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.