Add trailing newline to Korean pages (#3573)

client-spec/clarity
Marco Bonelli 2019-11-15 16:59:10 +01:00 committed by Starbeamrainbowlabs
parent 1c29ef3e19
commit 07fab14d0e
26 changed files with 26 additions and 26 deletions

View File

@ -22,4 +22,4 @@
- 압축 파일의 내용 리스트:
`7za l {{archived}}`
`7za l {{archived}}`

View File

@ -18,4 +18,4 @@
- 벤치마킹에 사용될 최대 시간(초) 설정:
`ab -t {{60}} {{url}}`
`ab -t {{60}} {{url}}`

View File

@ -21,4 +21,4 @@
- 읽기 전용 모드로 세션 연결하기:
`abduco -Ar {{name}}`
`abduco -Ar {{name}}`

View File

@ -21,4 +21,4 @@
- 모든 가능한 타입 리스트:
`ack --help=types`
`ack --help=types`

View File

@ -25,4 +25,4 @@
- 자세한 로그 표시:
`act -v`
`act -v`

View File

@ -25,4 +25,4 @@
- 디버그 출력이 파일에 기록되고 ssh 상세 출력이 두번째 파일에 기록 된 상태에서 백그라운드에서 autossh를 실행:
`AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE={{log_file}} autossh -f -M {{monitor_port}} -v -E {{ssh_log_file}} {{ssh_command}}`
`AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE={{log_file}} autossh -f -M {{monitor_port}} -v -E {{ssh_log_file}} {{ssh_command}}`

View File

@ -17,4 +17,4 @@
- 사용 가능한 AVR 프로그래머 목록:
`avrdude -c \?`
`avrdude -c \?`

View File

@ -34,4 +34,4 @@
- 조건에 따라 다른 값을 출력:
`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'`
`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'`

View File

@ -17,4 +17,4 @@
- 도움말 정보 보기:
`aws-google-auth -h`
`aws-google-auth -h`

View File

@ -25,4 +25,4 @@
- 변경 사항만 미리보기:
`aws s3 {{any_command}} --dryrun`
`aws s3 {{any_command}} --dryrun`

View File

@ -21,4 +21,4 @@
- AWS 명령어에 대한 도움말을 보려면:
`aws {{command}} help`
`aws {{command}} help`

View File

@ -21,4 +21,4 @@
- 다운로드 속도 제한 (초당 바이트):
`axel -s {{speed}} {{url}}`
`axel -s {{speed}} {{url}}`

View File

@ -25,4 +25,4 @@
- Azure 네트워크 리소스 관리:
`az network`
`az network`

View File

@ -17,4 +17,4 @@
- `stdin`에서 BLACK2 체크섬 계산:
`{{somecommand}} | b2sum`
`{{somecommand}} | b2sum`

View File

@ -33,4 +33,4 @@
- 사용 가능한 모든 옵션 출력:
`babel --help`
`babel --help`

View File

@ -13,4 +13,4 @@
- 파괴 쓰기 테스트로 마운드되지 않은 디스크에서 불량 블록이 있는지 검사:
`sudo badblocks -w {{/dev/sda}}`
`sudo badblocks -w {{/dev/sda}}`

View File

@ -21,4 +21,4 @@
- BalenaOS 이미지를 로컬 드라이브에 플래시:
`balena local flash {{path/to/balenaos.img}} --drive {{drive_location}}`
`balena local flash {{path/to/balenaos.img}} --drive {{drive_location}}`

View File

@ -12,4 +12,4 @@
- `stdin`에서 텍스트 읽기:
`banner`
`banner`

View File

@ -16,4 +16,4 @@
- `stdin`에서 디코딩:
`{{somecommand}} | base64 -d`
`{{somecommand}} | base64 -d`

View File

@ -8,4 +8,4 @@
- 경로에서 접미사가 제거된 파일 이름만 표시:
`basename {{path/to/file}} {{suffix}}`
`basename {{path/to/file}} {{suffix}}`

View File

@ -29,4 +29,4 @@
- bash의 버전 정보 출력 (`echo $BASH_VERSION`을 사용하여 버전 문자열만 표시):
`bash --version`
`bash --version`

View File

@ -21,4 +21,4 @@
- 북마크 삭제:
`d {{bookmark_name}}`
`d {{bookmark_name}}`

View File

@ -24,4 +24,4 @@
- 지원되는 모든 언어 표시:
`bat --list-languages`
`bat --list-languages`

View File

@ -12,4 +12,4 @@
- 특정 파일에서 명령 실행하기:
`batch -f {{path/to/file}}`
`batch -f {{path/to/file}}`

View File

@ -16,4 +16,4 @@
- mathlib를 사용하여 sin 및 cosine의 계산식 표현하기:
`bc -l <<< "s(1) + c(1)"`
`bc -l <<< "s(1) + c(1)"`

View File

@ -25,4 +25,4 @@
- {{file_2}}.bed와 가장 가까운 {{file_1}}.bed에서의 모든 기능을 찾고,그들의 거리와 추가 열을 기록 (입력 파일 정렬 필요):
`bedtools closest -a {{path/to/file_1}}.bed -b {{path/to/file_2}}.bed -d`
`bedtools closest -a {{path/to/file_1}}.bed -b {{path/to/file_2}}.bed -d`