Execute a system command: Difference between revisions

m
Line 515:
stdin =: 'blahblahblah'
stdout =: stdin spawn 'grep blah'</lang>
 
Note that on unix systems, you can also use the [http://www.jsoftware.com/help/dictionary/dx002.htm 2!:x family] of foreign verbs to execute system commands.
 
=={{header|Java}}==
6,962

edits