Difference between revisions of "While"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
 
  while true; do [[tput bel]]; [[sleep]] 5; done
 
  while true; do [[tput bel]]; [[sleep]] 5; done
 +
 +
[[Fish shell]]:
 +
while CONDITION; COMMANDS; [[end]]
  
  
Line 15: Line 18:
 
* <code>cat your_file.txt | [[while read]] i; do echo "$([[date]]) $i"; done</code>
 
* <code>cat your_file.txt | [[while read]] i; do echo "$([[date]]) $i"; done</code>
  
 +
 +
* [[while read line]]
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[for]]</code>
 
* <code>[[for]]</code>
 
+
* [[until]]
  
 
== See also ==
 
== See also ==
 +
* {{for}}
 
* {{Bash}}
 
* {{Bash}}
 
* {{programming}}
 
* {{programming}}
  
 
[[Category:Programming]]
 
[[Category:Programming]]

Latest revision as of 13:38, 14 February 2024

Advertising: