multiple pages: normalize line endings from CRLF to LF

This commit is contained in:
bl-ue
2021-01-12 08:27:59 -05:00
committed by Waldir Pimenta
parent a7069a26b4
commit 567dc4ce06
66 changed files with 1447 additions and 1447 deletions

View File

@@ -1,27 +1,27 @@
# bat
> 파일들을 출력하고 연결. 구문 강조와 Git 통합을 가진`cat`클론.
- 파일 내용을 표준 출력으로 출력:
`bat {{file}}`
- 여러 파일을 대상 파일에 연결:
`bat {{file1}} {{file2}} > {{target_file}}`
- 대상 파일에 여러 파일을 추가:
`bat {{file1}} {{file2}} >> {{target_file}}`
- 모든 출력 라인 번호 매기기:
`bat -n {{file}}`
- json파일 구문 강조:
`bat --language json {{file.json}}`
- 지원되는 모든 언어 표시:
# bat
> 파일들을 출력하고 연결. 구문 강조와 Git 통합을 가진`cat`클론.
- 파일 내용을 표준 출력으로 출력:
`bat {{file}}`
- 여러 파일을 대상 파일에 연결:
`bat {{file1}} {{file2}} > {{target_file}}`
- 대상 파일에 여러 파일을 추가:
`bat {{file1}} {{file2}} >> {{target_file}}`
- 모든 출력 라인 번호 매기기:
`bat -n {{file}}`
- json파일 구문 강조:
`bat --language json {{file.json}}`
- 지원되는 모든 언어 표시:
`bat --list-languages`