Shell script infinite loop June 11, 2021 One-minute read shell • bash • linux Useful for all sorts of things: while true; do echo 'Inside the loop'; sleep 5; done