Merge pull request #21 from dennisboys/addCalculator

added use a calculator
This commit is contained in:
Robert Chang
2016-11-28 09:19:22 +11:00
committed by GitHub

View File

@@ -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._