Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wait command bash

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 :: how to upload project on github using command 
Shell :: docker sleep infinity 
Shell :: uninstall package ubuntu 
Shell :: check folders sizes linux 
Shell :: how to push code to another remote git repository 
Shell :: config git ftp 
Shell :: ubuntu desktop sharing not working teams 
Shell :: git clean branches 
Shell :: install tqdm 
Shell :: How to find sum of elements in array in bash script 
Shell :: kill process on port 
Shell :: gitignore doesnt delte remote files 
Shell :: archive linux 
Shell :: github setup 
Shell :: pip version ubuntu 
Shell :: push clone repo to own repo 
Shell :: connect to specific wifi decive fedora 
Shell :: How to limit network bandwidth on linux 
Shell :: ERROR: database "backend" is being accessed by other users DETAIL: There are 3 other sessions using the database. 
Shell :: posh-git installation on PowerShell 
Shell :: restart a pod kubernetes 
Shell :: linux print screen 
Shell :: “git force rebase abort” 
Shell :: how to check if a python script is running 
Shell :: replace all substring in a given string 
Shell :: Get pid of process that created a specific window 
Shell :: terminal matrix effect 
Shell :: access wine directory mac os 
Shell :: linux see group memebers 
Shell :: adb push image to gallery 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =