Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-16 00:22:46 +00:00
parent 494fa25437
commit c2565bdd4e
11 changed files with 37 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- [d]elete lines 1 to 5 of a file and back up the original file with a `.orig` extension:
`sed {{[-i|--in-place=]}}{{.orig}} '1,5d' {{path/to/file}}`
`sed {{[-i|--in-place=]}}.orig '1,5d' {{path/to/file}}`
- [p]rint only the first line to `stdout`: