From fcda0292ee7b1c7a289d74a13ed9eaf5f5b1f96a Mon Sep 17 00:00:00 2001 From: Dennis Xiao Date: Sun, 27 Nov 2016 21:51:42 +1100 Subject: [PATCH] added use a calculator --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index 5cfc816..7247f45 100644 --- a/readme.md +++ b/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. [show a calendar](#showcal) 1. [find a future date](#calcdate) +1. [use a calculator](#calculator) ## copy a file @@ -236,5 +237,15 @@ date -d "+7 days" # On Linux date -j -v+7d # On MacOS ``` +## 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._