running same command multiple times
etc/scripts
Updated
•1 min read
- outline
How to repeating same command using bash script.
- script
## 20 times
for i in `seq 20`;
do
echo hello;
done
** Number after `seq`
Search for a command to run...
etc/scripts

How to repeating same command using bash script.
## 20 times
for i in `seq 20`;
do
echo hello;
done
** Number after `seq`
No comments yet. Be the first to comment.
docker

AWS/EKS

AWS/EKS

AWS/EKS

AWS/EKS
