From 20d7284095eac171ecc2e781d07a7e5e0308ef81 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Fri, 18 Nov 2022 09:18:30 +0000 Subject: [PATCH] doc: update tar.md #134 48dc6076aac955555e21e8c2643296f29364249e --- CONTRIBUTORS.svg | 42 +++++++++++++++++++----------------------- docs/tar.html | 5 ++--- index.html | 2 +- 3 files changed, 22 insertions(+), 27 deletions(-) diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index 5c5187af..490eaaae 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -42,47 +42,43 @@ - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/docs/tar.html b/docs/tar.html index 5e1d77d5..eb62d48d 100644 --- a/docs/tar.html +++ b/docs/tar.html @@ -68,13 +68,12 @@

入门

介绍

在Linux平台上,tar 命令是主要的归档实用程序。了解各种 tar 命令选项将帮助您掌握归档文件操作。tar 代表磁带存档。

-

以前 unix 系统管理员使用 tar 执行磁带机备份。tar 命令用于获取文件和目录的集合,并生成高度压缩的归档文件,在Linux中通常称为 tarballtargzipbzip

语法

tar [-ABcdgGhiklmMoOpPrRsStuUvwWxzZ][-C <目的目录>][-f <备份文件>][--delete][--totals][文件或目录...]
 
-

选项

- +

以前 unix 系统管理员使用 tar 执行磁带机备份。tar 命令用于获取文件和目录的集合,并生成高度压缩的归档文件,在Linux中通常称为 tarballtargzipbzip

+

选项

diff --git a/index.html b/index.html index 458e874a..41d29f60 100644 --- a/index.html +++ b/index.html @@ -651,7 +651,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
© 2022 Kenny Wang. Updated on 2022/11/18 17:06:29