Topics
Bash Math
About this topic: Articles tagged __TAG__
Showing 3 articlesRelated tags
Topics
Articles
Showing 3 articles
How-tos
Division in Bash
This tutorial covers how to perform division in Bash, including methods for integer and floating-point division using tools like `bc` and `awk`. Learn to enhance your Bash …
↗
How-tos
How to Sum a List of Numbers in a Text File Using Bash
This article is a short tutorial on how to sum a list of numbers in a text file using Bash scripting. Learn effective methods such as using awk, paste with bc, and loops to …
↗
How-tos
How to Add Numbers in Bash
This tutorial shows different ways of adding numbers in a bash script using expr, arithmetic expansion, bc and awk.
↗
No articles found
Try clearing the filters.