pages.zh_TW: update outdated pages (#11932)

This commit is contained in:
Sebastiaan Speck 2023-12-31 07:00:00 +01:00 committed by GitHub
parent 87fdf8956d
commit ae3432139b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 22 deletions

View File

@ -30,7 +30,7 @@
- 取得 AWS 互動式精靈:
`aws {{指令}} wizard {{精靈名稱}}`
`aws dynamodb wizard {{精靈名稱}}`
- 產生 JSON CLI 骨架(對於基礎設施即程式碼有用):

View File

@ -13,7 +13,7 @@
- 編輯一個已管理的 dotfile
`chezmoi edit {檔案/完整/路徑}}`
`chezmoi edit {{檔案/完整/路徑}}`
- 檢視 chezmoi 所做的更動:

View File

@ -4,13 +4,9 @@
> 此命令也有關於其子命令的文件,例如:`docker run`.
> 更多資訊:<https://docs.docker.com/engine/reference/commandline/cli/>.
- 列出目前正在運行的 docker 容器:
`docker ps`
- 列出所有 docker 容器(包括停止的容器):
`docker ps -a`
`docker ps --all`
- 透過映像檔啟動容器,並為容器命名:

View File

@ -9,28 +9,24 @@
- 執行指定的命令然後退出:
`cmd /c "{{命令}}"`
`cmd /c {{命令}}`
- 執行一個指定的命令,之後進入一個互動式 shell
`cmd /k "{{命令}}"`
`cmd /k {{命令}}`
- 不顯示命令的輸出結果:
`cmd /q`
- 啟用或禁用命令擴展:
`cmd /e:{{on|off}}`
- 啟用或禁用文件和目錄名的自動補全:
`cmd /f:{{on|off}}`
- 啟用或禁用環境變數擴展:
`cmd /v:{{on|off}}`
- 啟用或禁用命令擴展:
`cmd /e:{{on|off}}`
- 使用 Unicode 編碼強制輸出內容:
`cmd /u`

View File

@ -5,16 +5,16 @@
- 查詢包含指定字串的行:
`find {{字串}} {{檔案或目錄/完整/路徑}}`
`find "{{字串}}" {{檔案或目錄\完整\路徑}}`
- 查詢不包含指定字串的行:
`find {{字串}} {{檔案或目錄/完整/路徑}} /v`
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /v`
- 顯示包含指定字串的行總數:
`find {{字串}} {{檔案或目錄/完整/路徑}} /c`
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /c`
- 顯示符合的行號:
`find {{字串}} {{檔案或目錄/完整/路徑}} /n`
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /n`

View File

@ -9,7 +9,7 @@
- 將路徑設定為一個或多個以分號分隔的路徑目錄:
`path {{檔案/完整/路徑}};{{檔案/完整/路徑]}}`
`path {{檔案/完整/路徑1 檔案/完整/路徑2 ...}}`
- 將新的路徑目錄附加到到原始路徑: