Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18eefff

Browse filesBrowse files
authored
Update tar.md jaywcjlove#77
1 parent aeae42c commit 18eefff
Copy full SHA for 18eefff

1 file changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎command/tar.md‎

Copy file name to clipboardExpand all lines: command/tar.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ tar -xf archive.tar # 从archive.tar提取所有文件。
104104

105105
方式二:一次性打包并压缩、解压并解包
106106

107-
打包并压缩: tar -zcvf [目标文件名].tar.gz [原文件名/目录名]
108-
解压并解包: tar -zxvf [原文件名].tar.gz
109-
注:z代表用gzip算法来压缩/解压。
107+
打包并压缩: tar -zcvf [目标文件名].tar.gz [原文件名/目录名]
108+
解压并解包: tar -zxvf [原文件名].tar.gz
109+
注:z代表用gzip算法来压缩/解压。
110110

111111
#### tar.bz2格式
112112

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.