1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 09:55:42 +02:00

Updates description

This commit is contained in:
Leandro Ostera 2016-03-01 12:54:15 +01:00
parent 7328774d81
commit e22f8087e1

View file

@ -6,7 +6,7 @@
`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}}/'`