How to Exit For Loop in Shell Script July 19, 2021July 19, 2021 Sreeram Sreenivasan Leave a comment Linux Sometimes you may need to exit for loop or while loop in shell script. Here is how to come out of for loop in shell script. Continue reading