Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Created February 19, 2023 23:18
Show Gist options
  • Select an option

  • Save Fartomy/2e9ead35ee2dab9b303921fbc0e8debe to your computer and use it in GitHub Desktop.

Select an option

Save Fartomy/2e9ead35ee2dab9b303921fbc0e8debe to your computer and use it in GitHub Desktop.
To Make Fine Calculations on the Calendar

🗓️ To Make Fine Calculations on the Calendar

Maybe some just like to do calculations on the calendar. So they why not do it on terminal?

sudo apt install ncal
cal

for the calculations:

expr 365 - 360

but for the fine calculations:

bc

for example inside bc:

365.0 - 360.9 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment