From f2264f81a2829281e461ca6d15121acd16ae842c Mon Sep 17 00:00:00 2001 From: feilong Date: Thu, 10 Feb 2022 14:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=88=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../centos_terminal.json" | 8 --- .../centos_terminal.md" | 11 ---- .../config.json" | 6 +-- .../learn.json" | 7 +++ .../learn.md" | 54 +++++++++++++++++++ .../mac_iterm2.json" | 8 --- .../mac_iterm2.md" | 11 ---- .../mac_terminator.json" | 8 --- .../mac_terminator.md" | 11 ---- .../ubuntu_terminal.json" | 8 --- .../ubuntu_terminal.md" | 11 ---- .../windows_console.json" | 8 --- .../windows_console.md" | 11 ---- .../5.Shell/bash.json" | 8 --- .../5.Shell/bash.md" | 11 ---- .../5.Shell/cmd.json" | 8 --- .../5.Shell/cmd.md" | 11 ---- .../5.Shell/config.json" | 7 +-- .../5.Shell/fish.json" | 8 --- .../5.Shell/fish.md" | 11 ---- .../5.Shell/learn.json" | 7 +++ .../5.Shell/learn.md" | 0 .../5.Shell/powershell.json" | 8 --- .../5.Shell/powershell.md" | 11 ---- .../5.Shell/sh.json" | 8 --- .../5.Shell/sh.md" | 11 ---- .../5.Shell/zsh.json" | 8 --- .../5.Shell/zsh.md" | 11 ---- 28 files changed, 70 insertions(+), 220 deletions(-) delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.md" create mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.json" create mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.md" create mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/learn.json" create mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/learn.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.md" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.json" delete mode 100644 "data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.md" diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.json" deleted file mode 100644 index 27c2c76..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "centos_terminal.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "1d06ce83bba7473cbc3289c0114a48d1" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/centos_terminal.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/config.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/config.json" index b2ff7b5..4ee2619 100644 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/config.json" +++ "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/config.json" @@ -3,11 +3,7 @@ "keywords": [], "children": [], "export": [ - "windows_console.json", - "centos_terminal.json", - "mac_iterm2.json", - "ubuntu_terminal.json", - "mac_terminator.json" + ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.json" new file mode 100644 index 0000000..df027fa --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "huanhuilong", + "source": "learn.md", + "notebook_enable": false, + "depends": [] +} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.md" new file mode 100644 index 0000000..dea51aa --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/learn.md" @@ -0,0 +1,54 @@ +# 认识终端(Terminal) + +无论是Windows,Mac,还是Linux操作系统,都可以通过这组操作让操作系统执行命令。 + +1. 打开`终端`。 +2. 在`终端`的命令行里输入`命令`。 +3. 回车,`终端`将`命令`传递给`shell`程序解释。 +4. `shell`程序解释`命令`后,调用对应的操作系统接口执行。 +5. `shell`程序将执行结果返回给`终端`显示。 + +对`终端`和`shell`的通俗解释: + +* `shell`: + * 解析输入命令并传递给操作系统的程序,并把操作系统反馈信息输出的程序,是shell +* `终端`: + * GUI下,把GUI下管理`shell`的程序(负责让`shell`能在GUI下交互、以及同时开启多个`shell`等叫做`terminal`) + * 非GUI下,只有纯文本界面,Linux`终端`包含3类: + * 把`shell`和`本地显示器交互`的机制叫做`tty` + * 把`shell`和`远程访问交互`的机制叫做`pts` + * 把`shell`和`串口设备交互`的机制叫做`console` + * 其中最具争议的是`console`。因为有一些GUI下调用`shell`的GUI程序,也叫做`console` + +每个操作系统都有多种可选的终端程序。 + +* Windows 系统 + * 安装[Windows 终端](https://docs.microsoft.com/zh-cn/windows/terminal/install) + * 一般来说,Window 的`cmd.exe`和`powershell.exe`,当作为一个`console`的时候,算是一个`终端`; + * 当你在`cmd`或者`powershell`里运行任何命令的时候,这些命令是`cmd`和`powershell`负责解析并运行的,此时他们就是`shell`角色 +* Ubuntu 系统 + * 系统自带的终端 + * 通过命令安装其他Linux终端程序, 例如安装名为`Terminator`的Linux终端:`sudo apt install terminator` +* Mac 系统 + * 使用系统自带的终端 + * 安装[iterm2终端](https://iterm2.com/) + +根据上述材料,下列哪些说法是错误的 + +## 答案 + +每个终端只能运行一种shell程序。 + +## 选项 + +### A + +Mac系统自带的终端和`iterm2`都是终端,只是除了基本功能外一些功能上有差异。 + +### B + +Ubuntu自带的终端和安装的`Terminator`都是终端,只是除了基本功能外一些功能上有差异。 + +### C + +这个链接可以安装Windows最新的终端:`https://docs.microsoft.com/zh-cn/windows/terminal/install` diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.json" deleted file mode 100644 index 1a2c055..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "mac_iterm2.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "db7576af42df41a180984ee6fe6e2857" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_iterm2.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.json" deleted file mode 100644 index cddfef5..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "mac_terminator.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "8bb4d05da7c147589ecec6a464529486" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/mac_terminator.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.json" deleted file mode 100644 index 9e44c4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "ubuntu_terminal.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "3cbf7ab167ba4143b712cb930b8266c1" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/ubuntu_terminal.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.json" deleted file mode 100644 index 81a26e5..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "windows_console.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "e734d8bbb38040e4a8be242750d35463" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/4.\347\273\210\347\253\257(Terminal)/windows_console.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.json" deleted file mode 100644 index 7f56954..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "bash.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "332ff1b8c60b4b5e916adde8757f28d6" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/bash.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.json" deleted file mode 100644 index b850849..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "cmd.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "17e5894c075a4bb18c90266fe7361149" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/cmd.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/config.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/config.json" index e0baccb..b4366b3 100644 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/config.json" +++ "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/config.json" @@ -3,12 +3,7 @@ "keywords": [], "children": [], "export": [ - "fish.json", - "cmd.json", - "zsh.json", - "powershell.json", - "bash.json", - "sh.json" + ], "keywords_must": [], "keywords_forbid": [] diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.json" deleted file mode 100644 index f90dd7d..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "fish.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "e8fbd4baa88440198052ef41d6ac54eb" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/fish.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/learn.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/learn.json" new file mode 100644 index 0000000..df027fa --- /dev/null +++ "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/learn.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "huanhuilong", + "source": "learn.md", + "notebook_enable": false, + "depends": [] +} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/learn.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/learn.md" new file mode 100644 index 0000000..e69de29 diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.json" deleted file mode 100644 index 3c3c7d6..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "powershell.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "6143fee728224114a2ae2bfb6474429a" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/powershell.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.json" deleted file mode 100644 index f7c5cc6..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "sh.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "f465b9a3f9e24c7cada8981d3d4aecde" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/sh.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.json" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.json" deleted file mode 100644 index 6d91157..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.json" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "code_options", - "author": "", - "source": "zsh.md", - "notebook_enable": false, - "depends": [], - "exercise_id": "f669725fa4ee4d1a9e97a1c1b06e3a99" -} \ No newline at end of file diff --git "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.md" "b/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.md" deleted file mode 100644 index b4dcf4e..0000000 --- "a/data/3.gml\351\253\230\351\230\266/2.Linux\347\216\257\345\242\203\345\256\211\350\243\205/5.Shell/zsh.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 标题 - -## 答案 - -## 选项 - -### A - -### B - -### C \ No newline at end of file -- GitLab