mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 19:02:44 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/wn
Normal file
21
tldr/wn
Normal 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`
|
||||
Reference in New Issue
Block a user