Bash endless loop
Sep 5, 2009 Programming
How can I execute something to run forever, like an endless loop in bash?
while [ 1 = 1 ] do echo "Print this string forever: bash endless loop"; done |
Related posts:
- Multiple search and replace in a file
- Generate random number
- HandBrake CLI Linux examples to convert vob/mp4/avi/ogm/mkv/mpeg/xvid/ts
- Change Ubuntu week start day to Monday
- (Magyar) LCD monitor vasarlasi tipp – yo5at
Tags: Bash




Leave a Reply