On Wed, 19 Apr 2000, SoloCDM wrote: > Can the following bash script "if" statement be shortened/condensed? > > if [ "$MANS" = "y" ] || [ "$MANS" = "Y" ] [ $ANS = [Yy] ] or if you want to check if the response just STARTS with Y or y, [ $ANS = [Yy]* ] rday -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- Shorten Bash Script SoloCDM
- Re: Shorten Bash Script rpjday
- Re: Shorten Bash Script Steven W. Orr
- Re: Shorten Bash Script rpjday
- Re: Shorten Bash Script rpjday
- Re: Shorten Bash Script Michael Elkins
- Re: Shorten Bash Script Steve Feehan
- Re: Shorten Bash Script Steven W. Orr
- Re: [RedHat-List] Re: Shorten Bash Script Cameron Simpson
- Re: Shorten Bash Script Steven W. Orr