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

Update pages.ja/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:16 +02:00 committed by GitHub
parent 79b61b1f55
commit 9cdf592a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
- 特定のスクリプトファイルを実行し、結果を`stdout`に出力する:
`{{command}} | sed {{-f|--file}} {{path/to/script.sed}}`
`{{command}} | sed {{[-f|--file]}} {{path/to/script.sed}}`
- 最初の行だけを`stdout`に出力する: