Gawk subprocess: Difference between revisions

From wikinotes
(Created page with "= system = <blockquote> <syntaxhighlight lang="bash"> returncode = system(ls -la); </syntaxhighlight> </blockquote><!-- system -->")
 
(No difference)

Latest revision as of 01:29, 19 July 2021

system

returncode = system(ls -la);