mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 23:58:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user