Files
linux-wiki/content/deepin折腾笔记/第十一章/11.14.md
2021-10-21 14:57:58 +08:00

7 lines
203 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 11.14 命令行解压缩到指定目录
1 tar xvf XXX.tar.xz -C /opt
2 不需要添加J选项tar会根据压缩包名称识别压缩包格式。
3 所以xvf应该可以作为万能参数了。