first commit

This commit is contained in:
momen
2021-10-21 14:57:58 +08:00
parent ba65bf40aa
commit 8184931095
572 changed files with 3165246 additions and 305 deletions

View File

@@ -0,0 +1,7 @@
# 11.14 命令行解压缩到指定目录
1 tar xvf XXX.tar.xz -C /opt
2 不需要添加J选项tar会根据压缩包名称识别压缩包格式。
3 所以xvf应该可以作为万能参数了。