diff --git a/pages.ko/common/7za.md b/pages.ko/common/7za.md index 8311c8b6d..048ba61af 100644 --- a/pages.ko/common/7za.md +++ b/pages.ko/common/7za.md @@ -22,4 +22,4 @@ - 압축 파일의 내용 리스트: -`7za l {{archived}}` \ No newline at end of file +`7za l {{archived}}` diff --git a/pages.ko/common/ab.md b/pages.ko/common/ab.md index 037af0445..9e983454d 100644 --- a/pages.ko/common/ab.md +++ b/pages.ko/common/ab.md @@ -18,4 +18,4 @@ - 벤치마킹에 사용될 최대 시간(초) 설정: -`ab -t {{60}} {{url}}` \ No newline at end of file +`ab -t {{60}} {{url}}` diff --git a/pages.ko/common/abduco.md b/pages.ko/common/abduco.md index 007b45bfc..b481474af 100644 --- a/pages.ko/common/abduco.md +++ b/pages.ko/common/abduco.md @@ -21,4 +21,4 @@ - 읽기 전용 모드로 세션 연결하기: -`abduco -Ar {{name}}` \ No newline at end of file +`abduco -Ar {{name}}` diff --git a/pages.ko/common/ack.md b/pages.ko/common/ack.md index f013deaee..6551834b7 100644 --- a/pages.ko/common/ack.md +++ b/pages.ko/common/ack.md @@ -21,4 +21,4 @@ - 모든 가능한 타입 리스트: -`ack --help=types` \ No newline at end of file +`ack --help=types` diff --git a/pages.ko/common/act.md b/pages.ko/common/act.md index 73e3ed07a..1a4da2f08 100644 --- a/pages.ko/common/act.md +++ b/pages.ko/common/act.md @@ -25,4 +25,4 @@ - 자세한 로그 표시: -`act -v` \ No newline at end of file +`act -v` diff --git a/pages.ko/common/autossh.md b/pages.ko/common/autossh.md index daafa1f77..12922d578 100644 --- a/pages.ko/common/autossh.md +++ b/pages.ko/common/autossh.md @@ -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}}` \ No newline at end of file +`AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE={{log_file}} autossh -f -M {{monitor_port}} -v -E {{ssh_log_file}} {{ssh_command}}` diff --git a/pages.ko/common/avrdude.md b/pages.ko/common/avrdude.md index 157647e2a..2a91ccc2e 100644 --- a/pages.ko/common/avrdude.md +++ b/pages.ko/common/avrdude.md @@ -17,4 +17,4 @@ - 사용 가능한 AVR 프로그래머 목록: -`avrdude -c \?` \ No newline at end of file +`avrdude -c \?` diff --git a/pages.ko/common/awk.md b/pages.ko/common/awk.md index b9701a506..e5b480271 100644 --- a/pages.ko/common/awk.md +++ b/pages.ko/common/awk.md @@ -34,4 +34,4 @@ - 조건에 따라 다른 값을 출력: -`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'` \ No newline at end of file +`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'` diff --git a/pages.ko/common/aws-google-auth.md b/pages.ko/common/aws-google-auth.md index 2c933ab14..6ff59cec5 100644 --- a/pages.ko/common/aws-google-auth.md +++ b/pages.ko/common/aws-google-auth.md @@ -17,4 +17,4 @@ - 도움말 정보 보기: -`aws-google-auth -h` \ No newline at end of file +`aws-google-auth -h` diff --git a/pages.ko/common/aws-s3.md b/pages.ko/common/aws-s3.md index 50db52442..caa724da6 100644 --- a/pages.ko/common/aws-s3.md +++ b/pages.ko/common/aws-s3.md @@ -25,4 +25,4 @@ - 변경 사항만 미리보기: -`aws s3 {{any_command}} --dryrun` \ No newline at end of file +`aws s3 {{any_command}} --dryrun` diff --git a/pages.ko/common/aws.md b/pages.ko/common/aws.md index 27b1bbefa..9bd486d4e 100644 --- a/pages.ko/common/aws.md +++ b/pages.ko/common/aws.md @@ -21,4 +21,4 @@ - AWS 명령어에 대한 도움말을 보려면: -`aws {{command}} help` \ No newline at end of file +`aws {{command}} help` diff --git a/pages.ko/common/axel.md b/pages.ko/common/axel.md index 51d245242..0415c9c20 100644 --- a/pages.ko/common/axel.md +++ b/pages.ko/common/axel.md @@ -21,4 +21,4 @@ - 다운로드 속도 제한 (초당 바이트): -`axel -s {{speed}} {{url}}` \ No newline at end of file +`axel -s {{speed}} {{url}}` diff --git a/pages.ko/common/az.md b/pages.ko/common/az.md index ead82d2e3..a23744dd7 100644 --- a/pages.ko/common/az.md +++ b/pages.ko/common/az.md @@ -25,4 +25,4 @@ - Azure 네트워크 리소스 관리: -`az network` \ No newline at end of file +`az network` diff --git a/pages.ko/common/b2sum.md b/pages.ko/common/b2sum.md index 39be89201..b4dc8fa59 100644 --- a/pages.ko/common/b2sum.md +++ b/pages.ko/common/b2sum.md @@ -17,4 +17,4 @@ - `stdin`에서 BLACK2 체크섬 계산: -`{{somecommand}} | b2sum` \ No newline at end of file +`{{somecommand}} | b2sum` diff --git a/pages.ko/common/babel.md b/pages.ko/common/babel.md index 190c117d1..25f703ec3 100644 --- a/pages.ko/common/babel.md +++ b/pages.ko/common/babel.md @@ -33,4 +33,4 @@ - 사용 가능한 모든 옵션 출력: -`babel --help` \ No newline at end of file +`babel --help` diff --git a/pages.ko/common/badblocks.md b/pages.ko/common/badblocks.md index b3254f932..741b30917 100644 --- a/pages.ko/common/badblocks.md +++ b/pages.ko/common/badblocks.md @@ -13,4 +13,4 @@ - 파괴 쓰기 테스트로 마운드되지 않은 디스크에서 불량 블록이 있는지 검사: -`sudo badblocks -w {{/dev/sda}}` \ No newline at end of file +`sudo badblocks -w {{/dev/sda}}` diff --git a/pages.ko/common/balena.md b/pages.ko/common/balena.md index d58ad72ac..3a02088a2 100644 --- a/pages.ko/common/balena.md +++ b/pages.ko/common/balena.md @@ -21,4 +21,4 @@ - BalenaOS 이미지를 로컬 드라이브에 플래시: -`balena local flash {{path/to/balenaos.img}} --drive {{drive_location}}` \ No newline at end of file +`balena local flash {{path/to/balenaos.img}} --drive {{drive_location}}` diff --git a/pages.ko/common/banner.md b/pages.ko/common/banner.md index 0c0eacd4b..4d57283b8 100644 --- a/pages.ko/common/banner.md +++ b/pages.ko/common/banner.md @@ -12,4 +12,4 @@ - `stdin`에서 텍스트 읽기: -`banner` \ No newline at end of file +`banner` diff --git a/pages.ko/common/base64.md b/pages.ko/common/base64.md index c850bbaf8..3788d40fc 100644 --- a/pages.ko/common/base64.md +++ b/pages.ko/common/base64.md @@ -16,4 +16,4 @@ - `stdin`에서 디코딩: -`{{somecommand}} | base64 -d` \ No newline at end of file +`{{somecommand}} | base64 -d` diff --git a/pages.ko/common/basename.md b/pages.ko/common/basename.md index 76c5cb2de..d9f58e676 100644 --- a/pages.ko/common/basename.md +++ b/pages.ko/common/basename.md @@ -8,4 +8,4 @@ - 경로에서 접미사가 제거된 파일 이름만 표시: -`basename {{path/to/file}} {{suffix}}` \ No newline at end of file +`basename {{path/to/file}} {{suffix}}` diff --git a/pages.ko/common/bash.md b/pages.ko/common/bash.md index 852b505db..88b79cfb5 100644 --- a/pages.ko/common/bash.md +++ b/pages.ko/common/bash.md @@ -29,4 +29,4 @@ - bash의 버전 정보 출력 (`echo $BASH_VERSION`을 사용하여 버전 문자열만 표시): -`bash --version` \ No newline at end of file +`bash --version` diff --git a/pages.ko/common/bashmarks.md b/pages.ko/common/bashmarks.md index cc6b04e88..dd9809d51 100644 --- a/pages.ko/common/bashmarks.md +++ b/pages.ko/common/bashmarks.md @@ -21,4 +21,4 @@ - 북마크 삭제: -`d {{bookmark_name}}` \ No newline at end of file +`d {{bookmark_name}}` diff --git a/pages.ko/common/bat.md b/pages.ko/common/bat.md index 4df20ad4b..299c10eee 100644 --- a/pages.ko/common/bat.md +++ b/pages.ko/common/bat.md @@ -24,4 +24,4 @@ - 지원되는 모든 언어 표시: -`bat --list-languages` \ No newline at end of file +`bat --list-languages` diff --git a/pages.ko/common/batch.md b/pages.ko/common/batch.md index 7d60bc1db..a5754e717 100644 --- a/pages.ko/common/batch.md +++ b/pages.ko/common/batch.md @@ -12,4 +12,4 @@ - 특정 파일에서 명령 실행하기: -`batch -f {{path/to/file}}` \ No newline at end of file +`batch -f {{path/to/file}}` diff --git a/pages.ko/common/bc.md b/pages.ko/common/bc.md index 2dd47435b..604f4ddf9 100644 --- a/pages.ko/common/bc.md +++ b/pages.ko/common/bc.md @@ -16,4 +16,4 @@ - mathlib를 사용하여 sin 및 cosine의 계산식 표현하기: -`bc -l <<< "s(1) + c(1)"` \ No newline at end of file +`bc -l <<< "s(1) + c(1)"` diff --git a/pages.ko/common/bedtools.md b/pages.ko/common/bedtools.md index 5cd462695..febc65338 100644 --- a/pages.ko/common/bedtools.md +++ b/pages.ko/common/bedtools.md @@ -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` \ No newline at end of file +`bedtools closest -a {{path/to/file_1}}.bed -b {{path/to/file_2}}.bed -d`