bash for loop
#!/bin/bash
for (( c=1; c<=5; c++ ))
do
echo "Welcome $c times"
done
years=(2018 2019)
days=(74 274)
for year in "${years[@]}"; do
for day in $(seq -w ${days[0]} ${days[1]}); do
echo $year
echo $day
done
donewhile [ <some test> ]
do
<commands>
donefor VARIABLE in 1 2 3 4 5 .. N
do
command1
command2
commandN
donefor VARIABLE in file1 file2 file3
do
command1 on $VARIABLE
command2
commandN
done
Also in Shell:
- unknown type name 'CDVUIWebViewDelegate' CDVUIWebViewDelegate* _webViewDelegate;
- how to use nano instead of vi
- install skimage
- mac anydesk start at login
- sorting output bash
- install lutris ubuntu 20.04
- set up git with github
- git find when file was deleted
- install apache ubuntu
- @react-navigation/drawer install
- gpg: can't connect to the agent: IPC connect call failed
- ubuntu bluetooth not listed
- upgrade .net core 2.2 to 3.1
- ps -aux command in linux
- command git message
- adding jars to classpath in linux
- linux generate file
- how to install lightgbm on mac
- git remove commit from local
- delete git
- set git pull rebase default
- linux while loop
- linux delete appledouble ds_store files
- msdos dir for subdirectories