View Single Post
Old Jul 18th, 2005, 12:33 PM   #1
levk
Newbie
 
Join Date: Jul 2005
Posts: 7
Rep Power: 0 levk is on a distinguished road
case with optional breaks

Is there a way to turn off breaks in a case clause? That is, it would fall through to the next case like in C if you don't put the "break"

I need to write a script for work that collects logs and the user can specify which log to collect or collect all by default.

Edit: This is in bash preferably
levk is offline   Reply With Quote