switch Command
Syntax:
switch ( test-string )
case pattern1:
shell commands
breaksw
case pattern2:
shell commands
breaksw
default:
shell commands
breaksw
end
Previous slide
Next slide
Back to first slide
View graphic version