Horje
bash float division Code Example
bash float division
bc -l <<< '10/3' # Fast way
3.33333333333333333333
bc <<< 'scale=2; 10/3' #Define also how many decimals to take in scale
3.33




Shell

Related
ubuntu capture screen Code Example ubuntu capture screen Code Example
install screenshot linux Code Example install screenshot linux Code Example
install flameshot Code Example install flameshot Code Example
bash bc Code Example bash bc Code Example
enter unix username Code Example enter unix username Code Example

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