Get system command output: Difference between revisions

no edit summary
No edit summary
Line 415:
piped.u
</pre>
 
=={{header|IS-BASIC}}==
<lang IS-BASIC>100 OPEN #1:"dirinfo.txt" ACCESS OUTPUT
110 SET DEFAULT CHANNEL 1
120 EXT "dir"
130 CLOSE #1
140 SET DEFAULT CHANNEL 0</lang>
 
=={{header|J}}==
Anonymous user