Web Hosting Talk







View Full Version : bash scripting - need help


BMurtagh
02-22-2003, 08:24 PM
is it possible to nest case statements using bash scripting? i have one main case statement used for the main menu, then later on in code for an option in the menu i call another case. i'm assuming this is allowed and just a bug on my part, please let me know ASAP.

BMurtagh
02-22-2003, 08:45 PM
n/m, i fixed it. it was a bug, i was missing the esac for the inside case statement. :D