Skip to content

Commit

Permalink
released v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 9, 2022
1 parent 7263f1a commit e2b474d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 deletions dist/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"bunzip2": {
"n": "bunzip2",
"p": "/bunzip2",
"d": "创一个bz2文件压缩包"
"d": "可解压缩.bz2格式的压缩文件。 "
},
"bye": {
"n": "bye",
Expand All @@ -212,7 +212,7 @@
"bzcat": {
"n": "bzcat",
"p": "/bzcat",
"d": "解压缩指定的.bz2文件"
"d": "不解压,直接查看指定的.bz2文件"
},
"bzcmp": {
"n": "bzcmp",
Expand Down Expand Up @@ -797,7 +797,7 @@
"fsck": {
"n": "fsck",
"p": "/fsck",
"d": "检查并且试图修复文件系统中的错误"
"d": "fsck(英文全拼:file system check)命令检查并且试图修复文件系统中的错误"
},
"ftp": {
"n": "ftp",
Expand Down Expand Up @@ -924,6 +924,16 @@
"p": "/grub",
"d": "多重引导程序grub的命令行shell工具"
},
"grub2-mkconfig": {
"n": "grub2-mkconfig",
"p": "/grub2-mkconfig",
"d": "生成 grub.cfg 配置文件。"
},
"grub2-set-default": {
"n": "grub2-set-default",
"p": "/grub2-set-default",
"d": "设置系统默认的启动内核"
},
"gunzip": {
"n": "gunzip",
"p": "/gunzip",
Expand Down Expand Up @@ -1519,6 +1529,11 @@
"p": "/mkbootdisk",
"d": "可建立目前系统的启动盘"
},
"mkcert": {
"n": "mkcert",
"p": "/mkcert",
"d": "用来生成自签证书的工具"
},
"mkdir": {
"n": "mkdir",
"p": "/mkdir",
Expand Down
2 changes: 1 addition & 1 deletion dist/data.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linux-command",
"version": "1.12.0",
"version": "1.13.0",
"description": "Linux Command",
"homepage": "https://jaywcjlove.github.io/linux-command/",
"main": "dist/data.json",
Expand Down

0 comments on commit e2b474d

Please sign in to comment.