coreutils*: use short more info links (#5658)

This commit is contained in:
Dario Vladović
2021-04-01 17:54:26 +02:00
committed by GitHub
parent 88aad91d65
commit 4830093903
285 changed files with 285 additions and 285 deletions

View File

@@ -2,7 +2,7 @@
> 시스템 구조의 이름을 보여줍니다.
> `uname` 도 같이 보세요.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/arch>.
- 시스템 구조 보여주기:

View File

@@ -1,7 +1,7 @@
# b2sum
> BLACK2 암호화 체크섬을 계산하십시오.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/b2sum>.
- 파일의 BLACKE2 체크섬 계산:

View File

@@ -1,7 +1,7 @@
# base32
> 파일 또는 표준 입력을 Base32와 표준 출력으로 인코딩하거나 디코딩함.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/base32-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/base32>.
- 파일 인코딩:

View File

@@ -1,7 +1,7 @@
# base64
> 파일 또는 표준 입력을 Base64와 표준 출력으로 인코딩하거나 디코딩함.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/base64-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/base64>.
- 파일 인코딩:

View File

@@ -1,7 +1,7 @@
# basename
> 경로명의 디렉토리가 아닌 부분을 반환.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/basename>.
- 경로에서 파일 이름만 표시:

View File

@@ -1,7 +1,7 @@
# cat
> 파일 출력 및 연결.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/cat>.
- 표준출력으로 파일 내용 출력:

View File

@@ -1,7 +1,7 @@
# chcon
> 파일 또는 파일/디렉토리의 SELinux 보안 내용 변경.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/chcon-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/chcon>.
- 파일의 보안 내용 보기:

View File

@@ -1,7 +1,7 @@
# chgrp
> 파일 및 디렉토리의 그룹 소유권 변경.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/chgrp-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/chgrp>.
- 파일/디렉토리의 소유 그룹 변경:

View File

@@ -1,7 +1,7 @@
# chmod
> 파일이나 디렉토리의 연결 권한 변경.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/chmod>.
- 파일을 소유한 사용자[u]에게 실행[x] 권한 부여:

View File

@@ -1,7 +1,7 @@
# chown
> 파일과 디렉토리의 사용자 및 그룹 소유권을 변경.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/chown>.
- 파일/디렉토리의 소유 사용자 변경:

View File

@@ -1,7 +1,7 @@
# chroot
> 특수 루트 디렉토리를 사용하여 명령 또는 대화형 쉘 실행.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/chroot-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/chroot>.
- 새로운 루트 디렉토리로 명령어 실행:

View File

@@ -2,7 +2,7 @@
> 파일의 바이트 개수나 CRC 무결성 검사를 계산합니다.
> 알립니다, 오래된 UNIX 시스템은 CRC 검사가 다를 수 있습니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/cksum>.
- 바이트 단위의 사이즈와 파일이름의 32비트 무결성 검사를 보여줍니다:

View File

@@ -2,7 +2,7 @@
> 두 파일의 공통되는 줄을 선택하거나 거절합니다.
> 두 파일 모두 정렬되어 있어야합니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/comm>.
- 세 개의 탭으로 구분된 열을 생성합니다: 첫 번째 파일에는 줄만, 두 번째 파일에서는 줄들과 공통 줄:

View File

@@ -1,7 +1,7 @@
# cp
> 파일 및 디렉토리 복사.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/cp>.
- 파일을 다른 위치로 복사:

View File

@@ -1,7 +1,7 @@
# cut
> stdin 혹은 파일에서 출력 필드를 자른다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/cut>.
- stdin의 각 라인에 첫번째 16개의 문자를 자르기:

View File

@@ -1,7 +1,7 @@
# date
> 시스템 날짜 설정 및 표시.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/date-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/date>.
- 기본 로컬 형식을 사용하여 현재 날짜 표시:

View File

@@ -1,7 +1,7 @@
# df
> 파일 시스템 디스크 공간 사용량에 대한 개요를 제공합니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/df-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/df>.
- 모든 파일 시스템들과 그들의 디스크 사용량 출력:

View File

@@ -1,7 +1,7 @@
# dircolors
> LS_COLOR 환경변수와 스타일 `ls`, `dir`, 등을 설정하기 위한 명령어들을 출력한다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/dircolors-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/dircolors>.
- 기본 색상을 사용하여 LS_COLOR를 설정하는 명령어들 출력하기:

View File

@@ -1,7 +1,7 @@
# dirname
> 주어진 파일 혹은 디렉토리 경로의 부모 디렉토리를 계산한다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/dirname>.
- 주어진 경로의 부모 디렉토리 계산: