coreutils*: use short more info links (#5658)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# cat
|
||||
|
||||
> 連接檔案並印出檔案的內容。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- 將檔案的內容印在標準輸出:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# echo
|
||||
|
||||
> 印出文字。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/echo>.
|
||||
|
||||
- 印出一行文字(如果文字中沒有連續的空格,可以不加引號):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ls
|
||||
|
||||
> 列出目錄內容。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- 列出目錄中的檔案,其中每個檔案佔一行:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mkdir
|
||||
|
||||
> 建立目錄。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
|
||||
- 在目前所在目錄或指定路徑中建立新目錄:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pwd
|
||||
|
||||
> 印出目前目錄的名稱。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/pwd>.
|
||||
|
||||
- 印出目前所在的目錄名稱:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# rm
|
||||
|
||||
> 移除檔案或目錄。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/rm>.
|
||||
|
||||
- 移除位於指定路徑的檔案:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# rmdir
|
||||
|
||||
> 移除目錄。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/rmdir>.
|
||||
|
||||
- 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# touch
|
||||
|
||||
> 改變檔案的存取與修改時間。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/touch>.
|
||||
|
||||
- 建立新檔案,或更新現存檔案的存取與修改時間:
|
||||
|
||||
|
Reference in New Issue
Block a user