Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux run command in loop

// this is simple for loop with sleep

for i in {1..10}; do echo -n "This is a test in loop $i "; date ; sleep 2; done
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrade shell tty 
Shell :: tar a folder with subfolders 
Shell :: conda install neptune ai 
Shell :: pnpm react app 
Shell :: ubuntu boot slow 
Shell :: install torchtext 
Shell :: sudo passwordless 
Shell :: deno install ubuntu 
Shell :: how to uninstall opencv in ubuntu 
Shell :: check open port linux 
Shell :: linux install ifconfig 
Shell :: sudo: traceroute: command not found 
Shell :: linux give permission to folder 
Shell :: unable to resolve reference git 
Shell :: install netflix on ubuntu 
Shell :: gpu name command line linux 
Shell :: install ngrok ubuntu 
Shell :: cannot find lgl qt 
Shell :: powershell if string contains 
Shell :: bash combine commands 
Shell :: -bash: service: command not found 
Shell :: command line how to find all files that have a string 
Shell :: uninstall netbeans ubuntu 20.04 
Shell :: how to uninstall atom in ubuntu 20.04 
Shell :: django knox install 
Shell :: mongodb show database command linux 
Shell :: delete docker logs linux 
Shell :: mac install vagrant 
Shell :: git revert to commit hash 
Shell :: pip install zipfile 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =