1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Add missing trailing newline to some Korean pages (#3633)

This commit is contained in:
Marco Bonelli 2019-11-28 22:16:38 +01:00 committed by Starbeamrainbowlabs
parent acb14d8109
commit 53af408ce5
8 changed files with 9 additions and 9 deletions

View file

@ -5,4 +5,4 @@
- 바이트 단위의 사이즈와 파일이름의 32비트 무결성 검사를 보여줍니다:
`cksum {{파일명}}`
`cksum {{파일명}}`

View file

@ -4,4 +4,4 @@
- 터미널 화면을 지웁니다 (bash 쉘에서 Control-L을 누르는 것과 같은 기능입니다):
`clear`
`clear`

View file

@ -17,4 +17,4 @@
- utf8 문자들을 검증:
`cmark --validate-utf8 {{파일명.md}}`
`cmark --validate-utf8 {{파일명.md}}`

View file

@ -8,4 +8,4 @@
- 모든 바이트 수와 다른 바이트의 차이 찾기:
`cmp -l {{파일1}} {{파일2}}`
`cmp -l {{파일1}} {{파일2}}`

View file

@ -4,4 +4,4 @@
- ls 별칭이 존재하더라도 문자 그대로 ls 프로그램을 실행:
`command {{ls}}`
`command {{ls}}`

View file

@ -12,4 +12,4 @@
- 작성 완료된 단어에 공백을 추가하지 않고 자동 완성 기능을 적용합니다:
`complete -o nospace -F {{함수}} {{명령어}}`
`complete -o nospace -F {{함수}} {{명령어}}`

View file

@ -1,6 +1,6 @@
# conda
> 프로그래밍 언어에 대한 패키지, 의존성 및 환경 관리.
> 프로그래밍 언어에 대한 패키지, 의존성 및 환경 관리.
> 더 많은 정보: <https://github.com/conda/conda>.
- 새로운 환경을 생성합니다, 이름이 주어진 패키지로 설치합니다:
@ -33,4 +33,4 @@
- 사용하지 않는 패키지나 캐시를 제거합니다:
`conda clean --all`
`conda clean --all`

View file

@ -25,4 +25,4 @@
- cordova 플러그인 제거:
`cordova plugin remove {{플러그인id}}`
`cordova plugin remove {{플러그인id}}`