Bash set

From NovaOrdis Knowledge Base
Revision as of 05:44, 20 February 2016 by Ovidiu (talk | contribs) (→‎External)
Jump to navigation Jump to search

External

Internal


!!!set and Positional Parameters

{{{

arg="a b c" set ${arg}

}}}

assigns "a", "b", "c" to positional parameters $1, $2 and $3.

Note that if any of the space-separated argument contains '--', set will try to interpret that sequence of characters:

{{{ set: --: invalid option }}}

so in order to turn it back into positional argument, you will have to ??? do something, did not figure it out yet.


__Referenced by:__\\ [{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]