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 laravel project on github using command 
Shell :: git global setup 
Shell :: remove kubernetes dashboard 
Shell :: linux folder size 
Shell :: react native run android shows deprecated items 
Shell :: add ssh to already cloned repo 
Shell :: git ignore .pyc files 
Shell :: cuda : Depends: cuda-11-5 (= 11.5.0) but it is not going to be installed 
Shell :: install live-server via npm 
Shell :: insta hack 
Shell :: Error: .ini file does not include supervisorctl section 
Shell :: A multi-stage Dockerfile for building nodejs 
Shell :: git command to switch from my current branch to another in android studio 
Shell :: heroku see all logs 
Shell :: ssh-copy-id 
Shell :: Sticky notes for Linux(Ubuntu) 
Shell :: connect to specific wifi decive linux 
Shell :: git worktree remove 
Shell :: how to restart postgresql ubuntu 
Shell :: cargo add command not found 
Shell :: how to uninitialize git 
Shell :: snap remove 
Shell :: install httrack on ubuntu 20.04 
Shell :: untar file in linux 
Shell :: string manipulation in shell 
Shell :: zsh: command not found: julia 
Shell :: install powershell ubuntu 
Shell :: how to check whether git is initialized or not 
Shell :: redis delete keys that match pattern 
Shell :: github repo with most issues 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =