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

Re: [MiNT] rpm brace expansion



Hi,

On Sunday 17 January 2010, Eero Tamminen wrote:
> On Debian derived systems there's a script in the "devscripts" package
> for checking Bashisms on scripts called "checkbashisms".

Btw. POSIX shell has most of the Bash features.  It support some of
the brace expansions too, just not the one using commas.  

See the "Parameter expansion" section here:
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html

Shorter and less formal read on matter could be this:
	http://www.unix.org/whitepapers/shdiffs.html


	- Eero