“Opóźnij bash” Kod odpowiedzi

sh poczekaj 10 sekund

sleep .5 # Waits 0.5 second.
sleep 5  # Waits 5 seconds.
sleep 5s # Waits 5 seconds.
sleep 5m # Waits 5 minutes.
sleep 5h # Waits 5 hours.
sleep 5d # Waits 5 days.
Underlyingglitch

Bash Sleep Command

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.
Armandres

Bash Wait 3 SENATA

sleep .5 # Waits 0.5 second.
sleep 5  # Waits 5 seconds.
sleep 5s # Waits 5 seconds.
sleep 5m # Waits 5 minutes.
sleep 5h # Waits 5 hours.
sleep 5d # Waits 5 days.
Sal-versij

Zatrzymaj się w Bash

#pause 5 second, first method
read -t 5

#pause 5 second, second method
sleep 5s
Restu Wahyu Saputra

Opóźnij bash

sleep 5
CharllierJr

Odpowiedzi podobne do “Opóźnij bash”

Pytania podobne do “Opóźnij bash”

Więcej pokrewnych odpowiedzi na “Opóźnij bash” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu