We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0a3c1 commit 78c7b04Copy full SHA for 78c7b04
dist/data.json
@@ -2434,9 +2434,9 @@
2434
"p": "/tee",
2435
"d": "从标准输入读取数据并重定向到标准输出和文件。"
2436
},
2437
- "telint": {
2438
- "n": "telint",
2439
- "p": "/telint",
+ "telinit": {
+ "n": "telinit",
+ "p": "/telinit",
2440
"d": "切换当前正在运行系统的运行等级"
2441
2442
"telnet": {
dist/data.min.json
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linux-command",
3
- "version": "1.8.3",
+ "version": "1.9.0",
4
"description": "Linux Command",
5
"homepage": "https://jaywcjlove.github.io/linux-command/",
6
"main": "dist/data.json",
0 commit comments