help-bash
[Top][All Lists]
Advanced

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

Re: Handling short and long options


From: Greg Wooledge
Subject: Re: Handling short and long options
Date: Mon, 6 Sep 2021 20:01:53 -0400

On Mon, Sep 06, 2021 at 06:05:39PM -0500, Dennis Williamson wrote:
> On Mon, Sep 6, 2021, 5:40 PM angioberlinguer via <help-bash@gnu.org> wrote:
> > case $opt in
> > ("--incl") incl+=("$2") ; shift 2 ;;
> > ("-s"|"--src"|"--source") src=$( "$2" ) ; shift 2 ;;
> 
> WTH is going on?

It's back, with yet another identity.  Another line to put in my
~/.killfile.  I wonder if I can generalize these last two and match on
the "berlinguer" part which is common between the two fake identities.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]