Gawk subprocess

From wikinotes
Revision as of 01:29, 19 July 2021 by Will (talk | contribs) (Created page with "= system = <blockquote> <syntaxhighlight lang="bash"> returncode = system(ls -la); </syntaxhighlight> </blockquote><!-- system -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

system

returncode = system(ls -la);