1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:33:40 +02:00

Update pages.ko/linux/sed.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck 2025-06-05 04:32:27 +02:00 committed by GitHub
parent 9cdf592a9d
commit 6556e86064
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
- 특정 스크립트 파일을 실행하고 결과를 `stdout`에 출력:
`{{command}} | sed {{-f|--file}} {{경로/대상/스크립트.sed}}`
`{{command}} | sed {{[-f|--file]}} {{경로/대상/스크립트.sed}}`
- 첫 번째 줄만 `stdout`에 출력: