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

@@ -9,16 +9,8 @@
- 將多個檔案連接起來,輸出至目標檔案:
`cat {{檔案一}} {{檔案二}} > {{目標檔案}}`
`cat {{檔案一 檔案二 ...}} > {{目標檔案}}`
- 將多個檔案連接起來,並將其內容加到目標檔案的結尾:
`cat {{檔案一}} {{檔案二}} >> {{目標檔案}}`
- 印出檔案的內容並顯示行號:
`cat -n {{檔案}}`
- 印出檔案的內容,且將無法顯示的字元用特殊的方式顯示出來:
`cat -v -t -e {{檔案}}`
`cat {{檔案一 檔案二 ...}} >> {{目標檔案}}`