A simple bash case question...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




I am trying to figure out how to do the following:

case $foo in

   "one" || "two)
      process_One_Two ;;
   "three")
      process_Three ;;
   "four" || "five")
      process_Four_Five ;;
   *) echo "Nothing to process" ;;
esac

The problem I am having is getting "one" || "Two"
or "four" || "five" to work - so as to consolidate
two or more strings per case statement line,
otherwise I would have code duplication.

Any advice?

Thanks!
Dan

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux