linux 解压tgz文件
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
要解压 tgz 文件,可以使用 Linux 系统自带的 tar 命令。例如,若要解压文件名为 "file.tgz" 的 tgz 文件,可以在终端输入以下命令:
tar -xzvf file.tgz
其中:
- x:表示解压
- z:表示使用 gzip 压缩
- v:表示显示详细的解压过程
- f:表示指定要解压的文件
解压完成后,解压出来的文件会放在当前目录下。如果要将解压出来的文件放在其他目录,可以在命令中使用 -C 选项指定目录,例如:
tar -xzvf file.tgz -C /path/to/directory
这样就可以将解压出来的文件放在 /path/to/directory 目录下。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)