Difference between revisions of "Sleep"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(7 intermediate revisions by 3 users not shown)
Line 6: Line 6:
  
 
  [[sleep 1d]]
 
  [[sleep 1d]]
 +
 +
[[sleep infinity]]
 +
  
  
 
  [[command:]]
 
  [[command:]]
 +
[[Screen timeout]]
 +
 +
[[Terraform]]:  [[time_sleep]]
 +
 +
[[kubectl run]] --namespace default redis-client --restart='Never' --image docker.io/bitnami/redis:7.0.10-debian-11-r2 --command -- sleep infinity
 +
  
 +
== See also ==
 +
* {{sleep}}
 +
* {{coreutils}}
  
{{coreutils}}
+
[[Category:Coreutils]]

Latest revision as of 14:10, 28 March 2023

coreutils
while true; do tput bel; sleep 5; done
sleep 1d
sleep infinity


command:
Screen timeout

Terraform: time_sleep

kubectl run --namespace default redis-client --restart='Never' --image docker.io/bitnami/redis:7.0.10-debian-11-r2 --command -- sleep infinity


See also[edit]

Advertising: