⇤ ← Revision 1 as of 2009-12-07 00:52:08
Size: 368
Comment:
|
Size: 391
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
First up, there are some [[http://www.gnu.org/software/libtool/manual/libc/Argument-Syntax.html][GNU and POSIX standards]] for how to do this. | First up, there are some [[http://www.gnu.org/software/libtool/manual/libc/Argument-Syntax.html|GNU and POSIX standards]] for how to do this. ... work in progress |
How do I process options in a bash script?
For example, how do I code my bash script to accept a bunch of options like
foobar -a --busy --include something
First up, there are some GNU and POSIX standards for how to do this.
... work in progress