pages*: add backticks to every io stream (#10442)
* pages*: add backticks to every io stream
This commit is contained in:
@@ -31,6 +31,6 @@
|
||||
|
||||
`grep --only-matching "{{검색_패턴}}" {{파일/의/경로}}`
|
||||
|
||||
- 패턴과 일치하지 않는 라인에 대한 stdin 검색:
|
||||
- 패턴과 일치하지 않는 라인에 대한 `stdin` 검색:
|
||||
|
||||
`cat {{파일/의/경로}} | grep --invert-match "{{검색_패턴}}"`
|
||||
|
Reference in New Issue
Block a user