Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5617ef7

Browse files
committedApr 15, 2025·
Merge remote-tracking branch 'origin/add-cz233' into add-cz233
merge origin/cz
2 parents 654b17e + 61a9956 commit 5617ef7

File tree

142 files changed

+1464
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+1464
-149
lines changed
 

‎pages.ko/common/xargs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
- 여러 스레드를 활용하여 `.log` 확장자를 가진 모든 파일을 gzip으로 압축 (`-print0`는 파일 이름을 null 문자로 분리하고, `-0`은 이를 구분자로 사용):
1616

17-
`find . -name '*.log' -print0 | xargs {{[-0|--null]}} {{[-P|--max-procs]}} {{4}} {{-n|--max-args}} 1 gzip`
17+
`find . -name '*.log' -print0 | xargs {{[-0|--null]}} {{[-P|--max-procs]}} {{4}} {{[-n|--max-args]}} 1 gzip`
1818

1919
- 각 인수에 대해 한 번씩 명령 실행:
2020

21-
`{{인수들_소스}} | xargs {{-n|--max-args}} 1 {{명령어}}`
21+
`{{인수들_소스}} | xargs {{[-n|--max-args]}} 1 {{명령어}}`
2222

2323
- 각 입력 줄에 대해 한 번씩 명령 실행, 입력 줄로 플레이스홀더(여기서는 `_`로 표시)를 대체:
2424

‎pages.ko/linux/urpme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Mageia에서 패키지를 제거합니다.
44
> 같이 보기: `urpmi`, `urpmi.update`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmf`, `urpmq`.
5-
> 더 많은 정보: <https://wiki.mageia.org/en/URPMI#urpme>.
5+
> 더 많은 정보: <https://man.linuxreviews.org/man8/urpme.8.html>.
66
77
- 패키지 제거:
88

‎pages.ko/linux/urpmf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 파일을 패키지에서 찾고 Mageia에서 해당 정보를 조회.
44
> 같이 보기: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmi.update`, `urpmq`.
5-
> 더 많은 정보: <https://wiki.mageia.org/en/URPMI#urpmi.removemedia>.
5+
> 더 많은 정보: <https://man.linuxreviews.org/man8/urpmf.8.html>.
66
77
- 파일을 포함하는 패키지 검색:
88

There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.