Horje
sum decimals bash Code Example
sum decimals bash
a=1.25
b=3.49
sum=$(echo "scale=2; "$a"+"$b| bc -l) #scale defines number of decimals
4.74




Shell

Related
ubuntu terminal network monitor Code Example ubuntu terminal network monitor Code Example
The terminal process failed to launch: Path to shell executable "cmd.exe" does not exist. vscode Code Example The terminal process failed to launch: Path to shell executable "cmd.exe" does not exist. vscode Code Example
git bring your changes to a new branch Code Example git bring your changes to a new branch Code Example
flutter reinstall pod Code Example flutter reinstall pod Code Example
codeigniter 4 db seed Code Example codeigniter 4 db seed Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8