pages*: update outdated pages (#11821)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

@@ -5,15 +5,7 @@
- 移除位於指定路徑的檔案:
`rm {{檔案一/完整/路徑}} {{檔案二/完整/路徑}}`
- 遞迴移除目錄與其所有子目錄:
`rm -r {{目錄/完整/路徑}}`
- 強制移除目錄,且不會跳出任何確認資訊與錯誤訊息:
`rm -rf {{目錄/完整/路徑}}`
`rm {{檔案一/完整/路徑 檔案二/完整/路徑 ...}}`
- 移除檔案,且每次移除都會進行確認:
@@ -22,3 +14,7 @@
- 移除目錄中的所有檔案,並顯示每個檔案的移除資訊:
`rm -v {{目錄/完整/路徑/*}}`
- 遞迴移除目錄與其所有子目錄:
`rm -r {{目錄/完整/路徑}}`