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 {{파일명1}} {{파일명2}} > {{대상_파일명}}`
`cat {{파일명1 파일명2 ...}} > {{대상_파일명}}`
- 대상 파일에 여러 파일 내용 추가:
`cat {{파일명1}} {{파일명2}} >> {{대상_파일명}}`
- 모든 출력 라인에 번호 매기기:
`cat -n {{파일명}}`
- 출력할 수 없는 문자 및 공백 문자 표시 (ASCII가 아닌 경우 `M-`접두사 포함):
`cat -v -t -e {{파일명}}`
`cat {{파일명1 파일명2 ...}} >> {{대상_파일명}}`