[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Bash script supporting complex options like GNU find
From: |
Peng Yu |
Subject: |
Re: [Help-bash] Bash script supporting complex options like GNU find |
Date: |
Mon, 12 Feb 2018 08:46:39 -0600 |
> https://mywiki.wooledge.org/BashFAQ/035
The examples there cannot be readily extended to support '(' ')' '-a'
'-o' '!' as in GNU find. In fact, I doubt that getopt can support
them.
If you think otherwise, could you show an example how '(' ')' '-a'
'-o' '!' can be supported with getopt?
--
Regards,
Peng