grep: add Dutch translation and fix placeholder highlight (#13030)

* grep: add Dutch translation

* grep: fix placeholder highlighting
This commit is contained in:
Sebastiaan Speck
2024-06-19 06:16:49 +02:00
committed by GitHub
parent 4c2d5dc0a9
commit f4613659a8
13 changed files with 48 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
- 일치하는 문자열 주변, 이전 혹은 이후의 3줄을 출력:
`grep --{{context|before-context|after-context}}={{3}} "{{검색_패턴}}" {{파일/의/경로}}`
`grep --{{context|before-context|after-context}} 3 "{{검색_패턴}}" {{파일/의/경로}}`
- 각각의 일치하는 문자열의 파일 이름과 줄 번호 출력: