mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 00:51:29 +00:00
Update cheatsheets
This commit is contained in:
8
tldr/ed
8
tldr/ed
@@ -33,10 +33,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`ed {{path/to/file}}`
|
||||
|
||||
- Replace a string with a specific replacement for all lines:
|
||||
- [Interactive] Replace a string with a specific replacement for all lines:
|
||||
|
||||
`,s/{{regex}}/{{replacement}}/g<Enter>`
|
||||
`,s/{{regex}}/{{replacement}}/g`
|
||||
|
||||
- Exit `ed`:
|
||||
- [Interactive] Exit `ed`:
|
||||
|
||||
`q<Enter>`
|
||||
`q`
|
||||
|
||||
Reference in New Issue
Block a user