On Tuesday, September 30, 2014 12:11:15 AM Andreas Schwab wrote:
> Dan Douglas <orm...@gmail.com> writes:
> 
> > Another thing you can do in bash is bypass its command name check by using 
> > a 
> > null zeroth word.
> >
> > $ { function } { echo test; }; <() }; }
> > test
> >
> > Ordinarily } would be uncallable,
> 
> Only literal } is special, you can use \} instead, or store it in a
> variable.

Yeah I forgot there are a few ways. `<&0 }` is yet another.

-- 
Dan Douglas

Reply via email to