Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-08 00:34:23 +00:00
parent c8acbc5872
commit a9c8ccc0e2
34 changed files with 357 additions and 49 deletions

21
tldr/wn Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# wn
> Look up related words in a WordNet database.
> More information: <https://wordnet.princeton.edu/documentation/wn1wn>.
- Show information available for the word "emphatically":
`wn emphatically`
- List synonyms of the adverb "emphatically":
`wn emphatically -synsr`
- List antonyms of the adjective "slow":
`wn slow -antsa`