Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

37
units Normal file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# units
> Provide the conversion between two units of measure.
> More information: <https://www.gnu.org/software/units/>.
- Run in interactive mode:
`units`
- List all units containing a specific string in interactive mode:
`search {{string}}`
- Show the conversion between two simple units:
`units {{quarts}} {{tablespoons}}`
- Convert between units with quantities:
`units "{{15 pounds}}" {{kilograms}}`
- Show the conversion between two compound units:
`units "{{meters / second}}" "{{inches / hour}}"`
- Show the conversion between units with different dimensions:
`units "{{acres}}" "{{ft^2}}"`
- Show the conversion of byte multipliers:
`units "{{15 megabytes}}" {{bytes}}`