Difference between revisions of "While"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
  while true; do [[tput bel]]; [[sleep]] 5; done
 
  while true; do [[tput bel]]; [[sleep]] 5; done
  
Fish:
+
[[Fish shell]]:
 
  while CONDITION; COMMANDS; [[end]]
 
  while CONDITION; COMMANDS; [[end]]
  
Line 23: Line 23:
 
== Related terms ==
 
== Related terms ==
 
* <code>[[for]]</code>
 
* <code>[[for]]</code>
 
+
* [[until]]
  
 
== See also ==
 
== See also ==

Latest revision as of 13:38, 14 February 2024

Advertising: