Sujet : Re: How many ways can you run a script?
De : fritz (at) *nospam* spamexpire-202405.rodent.frell.theremailer.net (Fritz Wuehler)
Groupes : comp.os.linux.miscDate : 30. May 2024, 02:48:55
Autres entêtes
Organisation : dizum.com - The Internet Problem Provider
Message-ID : <c2622bd3a44d3b386bb1f019c92dc41e@msgid.frell.theremailer.net>
References : 1
Woozy Song <
suzyw...@outlook.com> [WS]:
WS> I know these are not all equivalent and may have idiosyncracies.
Here come a few more using the shell's process substitution:
$ sh <(awk 1 myscript)
$ sh <(sed : myscript)
$ sh <(dd if=myscript 2>/dev/null)