Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash sequence

seq FIRST INCREMENT LAST


for i in $(seq 2.5 .1 5);
do
    # Print the value
    echo $i;
done

2.5
2.6
2.7
2.8
.......

Comment

PREVIOUS NEXT
Code Example
Shell :: output format is WPS Path to intermediate files is ./ ERROR: edition_num: unable to open GRIBFILE.AAA 
Shell :: linux reboot every day 
Shell :: install netdiscover raspbian 
Shell :: Jenkins-SonarQube 
Shell :: Copying file permission of unixcop to monitor.txt 
Shell :: ssh keep connection 
Shell :: create raid5 linux 
Shell :: git conflicts in yarn-lock 
Shell :: How to turn on ARD on mac using terminal for specific users 
Shell :: linux monitor ttyusb0 
Shell :: Install lunacy on linux snap ubuntu 
Shell :: concatenate two commands powershell 
Shell :: error: no se puede abrir .git/FETCH_HEAD: Permiso denegado 
Shell :: conan set option in command line 
Shell :: install phpcs laravel 
Shell :: parse json logs in loki, promtail 
Shell :: shell -eq 
Shell :: xgb feature importance 
Shell :: create desktop icon for a zip installed program 
Shell :: ssm terraform login to ec2 
Shell :: docker how to run existing container 
Shell :: grep first match 
Shell :: gitlab push existing project commandlie 
Shell :: setup mongodb locally on centos 8 
Shell :: ubuntu apt shortcuts 
Shell :: how to create an alias in bash 
Shell :: append string to end of file name bash 
Shell :: how to install virtualmin on ubuntu 20.04 
Shell :: pip install pytorchvideo_trainer 
Shell :: sharegate powershell exclude file type 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =