1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:46:00 +02:00
This commit is contained in:
Matthew Thompson 2017-12-16 15:18:43 -05:00
parent 5d1e62095e
commit 38fa355769

View file

@ -14,7 +14,7 @@
`echo "4 5 * 17 - p"| dc`
- Set number of decimal places to 10 [k 7], calculate 5 divided by -3 [5 _3 /] and [p]rint (using dc -e):
- Set number of decimal places to 7 [7 k], calculate 5 divided by -3 [5 _3 /] and [p]rint (using dc -e):
`dc -e "7 k 5 _3 / p"`