Chinese pages: remove space in More info link (#6305)

This commit is contained in:
marchersimon
2021-08-31 09:13:49 +02:00
committed by GitHub
parent 2a71b87788
commit c70c0c2688
174 changed files with 177 additions and 174 deletions

View File

@@ -2,7 +2,7 @@
> Bourne-Again SHell. 一個與 `sh` 兼容的命令列。
> 參照 `histexpand` 以使用 history expansion 特性。
> 更多資訊: <https://gnu.org/software/bash/>.
> 更多資訊:<https://gnu.org/software/bash/>.
- 開啟互動式 shell

View File

@@ -1,7 +1,7 @@
# cat
> 連接檔案並印出檔案的內容。
> 更多資訊: <https://www.gnu.org/software/coreutils/cat>.
> 更多資訊:<https://www.gnu.org/software/coreutils/cat>.
- 將檔案的內容印在標準輸出:

View File

@@ -1,7 +1,7 @@
# cd
> 改變工作目錄。
> 更多資訊: <https://man.archlinux.org/man/cd.n>.
> 更多資訊:<https://man.archlinux.org/man/cd.n>.
- 前往指定目錄:

View File

@@ -1,7 +1,7 @@
# code
> Visual Studio Code.
> 更多資訊: <https://github.com/microsoft/vscode>.
> 更多資訊:<https://github.com/microsoft/vscode>.
- 執行 VS Code:

View File

@@ -1,7 +1,7 @@
# cp
> 複製檔案或整個目錄。
> 更多資訊: <https://www.gnu.org/software/coreutils/cp>.
> 更多資訊:<https://www.gnu.org/software/coreutils/cp>.
- 將檔案複製到另一個位置:

View File

@@ -1,7 +1,7 @@
# docker
> 管理 Docker 容器和映像檔。
> 更多資訊: <https://docs.docker.com/engine/reference/commandline/cli/>.
> 更多資訊:<https://docs.docker.com/engine/reference/commandline/cli/>.
- 列出目前正在運行的 docker 容器:

View File

@@ -1,7 +1,7 @@
# echo
> 印出文字。
> 更多資訊: <https://www.gnu.org/software/coreutils/echo>.
> 更多資訊:<https://www.gnu.org/software/coreutils/echo>.
- 印出一行文字(如果文字中沒有連續的空格,可以不加引號):

View File

@@ -1,7 +1,7 @@
# ls
> 列出目錄內容。
> 更多資訊: <https://www.gnu.org/software/coreutils/ls>.
> 更多資訊:<https://www.gnu.org/software/coreutils/ls>.
- 列出目錄中的檔案,其中每個檔案佔一行:

View File

@@ -1,7 +1,7 @@
# mkdir
> 建立目錄。
> 更多資訊: <https://www.gnu.org/software/coreutils/mkdir>.
> 更多資訊:<https://www.gnu.org/software/coreutils/mkdir>.
- 在目前所在目錄或指定路徑中建立新目錄:

View File

@@ -1,7 +1,7 @@
# pwd
> 印出目前目錄的名稱。
> 更多資訊: <https://www.gnu.org/software/coreutils/pwd>.
> 更多資訊:<https://www.gnu.org/software/coreutils/pwd>.
- 印出目前所在的目錄名稱:

View File

@@ -1,7 +1,7 @@
# rm
> 移除檔案或目錄。
> 更多資訊: <https://www.gnu.org/software/coreutils/rm>.
> 更多資訊:<https://www.gnu.org/software/coreutils/rm>.
- 移除位於指定路徑的檔案:

View File

@@ -1,7 +1,7 @@
# rmdir
> 移除目錄。
> 更多資訊: <https://www.gnu.org/software/coreutils/rmdir>.
> 更多資訊:<https://www.gnu.org/software/coreutils/rmdir>.
- 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案):

View File

@@ -1,7 +1,7 @@
# touch
> 改變檔案的存取與修改時間。
> 更多資訊: <https://www.gnu.org/software/coreutils/touch>.
> 更多資訊:<https://www.gnu.org/software/coreutils/touch>.
- 建立新檔案,或更新現存檔案的存取與修改時間:

View File

@@ -1,7 +1,7 @@
# w
> 顯示目前的登錄者以及他們正在進行的動作。
> 更多資訊: <https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
> 更多資訊:<https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
- 顯示目前的登錄者的訊息: