Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-28 00:24:19 +00:00
parent a03e958c7f
commit 3ae0930896
3 changed files with 91 additions and 0 deletions

21
tldr/linux/unrtf Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# unrtf
> Convert RTF files to other file formats.
> More information: <https://manned.org/unrtf>.
- Convert an RTF file to HTML (default):
`unrtf {{path/to/file.rtf}}`
- Convert an RTF file to plain ASCII:
`unrtf --text {{path/to/file.rtf}}`
- Convert an RTF file to LaTeX:
`unrtf --latex {{path/to/file.rtf}}`