calc, cuyo: add German translation (#6941)

This commit is contained in:
Anja Elzinger
2021-10-14 12:11:37 +02:00
committed by GitHub
parent 23978a3f42
commit b87928f6e5
2 changed files with 32 additions and 0 deletions

12
pages.de/linux/calc.md Normal file
View File

@@ -0,0 +1,12 @@
# calc
> Ein interaktiver Rechner im Terminal mit beliebiger Genauigkeit.
> Weitere Informationen: <https://github.com/lcn2/calc>.
- Starte calc im interaktiven Modus:
`calc`
- Führe eine nicht-interaktive Berechnung durch:
`calc -p '{{85 * (36 / 4)}}'`