mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-20 03:51:21 +02:00
Merge pull request #21 from dennisboys/addCalculator
added use a calculator
This commit is contained in:
11
readme.md
11
readme.md
@@ -34,6 +34,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
|
|||||||
1. [find a stale file](#findfile)
|
1. [find a stale file](#findfile)
|
||||||
1. [show a calendar](#showcal)
|
1. [show a calendar](#showcal)
|
||||||
1. [find a future date](#calcdate)
|
1. [find a future date](#calcdate)
|
||||||
|
1. [use a calculator](#calculator)
|
||||||
|
|
||||||
|
|
||||||
## <a id="copyfile"></a>copy a file
|
## <a id="copyfile"></a>copy a file
|
||||||
@@ -236,5 +237,15 @@ date -d "+7 days" # On Linux
|
|||||||
date -j -v+7d # On MacOS
|
date -j -v+7d # On MacOS
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## <a id="calculator"></a>use a calculator
|
||||||
|
|
||||||
|
**STOP USING CALCULATOR WIDGET**
|
||||||
|
|
||||||
|
Want to use a calculator?
|
||||||
|
|
||||||
|
```
|
||||||
|
bc
|
||||||
|
```
|
||||||
|
|
||||||
===
|
===
|
||||||
_Remember, you can always google or `man` the commands you are not familiar with._
|
_Remember, you can always google or `man` the commands you are not familiar with._
|
||||||
|
Reference in New Issue
Block a user