diff --git a/pages/linux/gnome-calculator.md b/pages/linux/gnome-calculator.md new file mode 100644 index 000000000..985f1db47 --- /dev/null +++ b/pages/linux/gnome-calculator.md @@ -0,0 +1,16 @@ +# gnome-calculator + +> The official calculator for the GNOME desktop environment. +> More information: . + +- Launch the GNOME Calculator GUI: + +`gnome-calculator` + +- Solve the specified equation on the command-line without launching the desktop application: + +`gnome-calculator --solve {{2^5 * 2 + 5}}` + +- Display the version: + +`gnome-calculator --version`