Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-25 00:19:28 +00:00
parent 1dafedaa9a
commit 048e3ad81e
110 changed files with 206 additions and 173 deletions

View File

@@ -22,11 +22,11 @@ source: https://github.com/tldr-pages/tldr.git
- Format an XML document from `stdin`, removing the `DOCTYPE` declaration:
`cat {{path o\input.xml}} | xml {{[fo|format]}} {{[-D|--dropdtd]}} > {{path/to/output.xml}}`
`cat {{path/to/input.xml}} | xml {{[fo|format]}} {{[-D|--dropdtd]}} > {{path/to/output.xml}}`
- Format an XML document, omitting the XML declaration:
`xml {{[fo|format]}} {{[-o|--omit-decl]}} {{path o\input.xml|URI}} > {{path/to/output.xml}}`
`xml {{[fo|format]}} {{[-o|--omit-decl]}} {{path/to/input.xml|URI}} > {{path/to/output.xml}}`
- Display help: