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