Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash sleep milliseconds

sleep NUMBER[SUFFIX]	#Just use this command structure to wait/sleep
#Example:
sleep 5m	#sleeps 5 minutes
sleep 0.1		#sleeps 0.1 seconds or 100 miliseconds
#Suffixes
s - seconds (default)
m - minutes
h - hours
d - days
When no suffix is specified, it defaults to seconds.
Comment

PREVIOUS NEXT
Code Example
Shell :: install vue in laravel 
Shell :: grep --include 
Shell :: revert back to a commit git 
Shell :: timeshift install 
Shell :: cannot delete branch checked out at 
Shell :: bash limit memory use of a function 
Shell :: rejected master fetch first 
Shell :: bash: tree: command not found... centos7 
Shell :: is not in the sudoers file 
Shell :: make git forget a file 
Shell :: how to kill port in windows 
Shell :: aws cli ec2 list security groups 
Shell :: archive tar 
Shell :: getting started with git 
Shell :: rem command in batch file 
Shell :: remove unused images docker manually 
Shell :: vim maximize window 
Shell :: grep filetype 
Shell :: linux refresh .bashrc 
Shell :: edit iptables 
Shell :: git change remote 
Shell :: ubuntu capture screen 
Shell :: git force rebase abort 
Shell :: installing .deb on kali 
Shell :: replace all instances 
Shell :: bash tee stdout and stderr 
Shell :: matrix effect 
Shell :: open wine directory mac 
Shell :: pgadmin4 container 
Shell :: touch command not working in vscode 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =