mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 13:15:57 +02:00
Updates description
This commit is contained in:
parent
7328774d81
commit
e22f8087e1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
`sed 's/{{find}}/{{replace}}/' {{filename}}`
|
`sed 's/{{find}}/{{replace}}/' {{filename}}`
|
||||||
|
|
||||||
- Replace the first occurrence on all lines matching a pattern:
|
- Replace only on lines matching the line pattern:
|
||||||
|
|
||||||
`sed '/{{line_pattern}}/s/{{find}}/{{replace}}/'`
|
`sed '/{{line_pattern}}/s/{{find}}/{{replace}}/'`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue