Horje
bash floating point variables Code Example
bash floating point variables
bash do not support floting point in varibles. so 
use seq command output, 

for fp in $(seq 1.0 .01 1.1)
do
     echo $fp; other stuff too
done

https://www.oreilly.com/library/view/bash-cookbook/0596526784/ch06s13.html




Shell

Related
LINUX STRING TO UPPERCASE Code Example LINUX STRING TO UPPERCASE Code Example
linux download from google drive private file Code Example linux download from google drive private file Code Example
install typeorm node Code Example install typeorm node Code Example
postgresql not connected docker Code Example postgresql not connected docker Code Example
How to install react router DOM Code Example How to install react router DOM Code Example

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