Jump to content

Get system command output: Difference between revisions

m
Move Quackery into alphabetic order. Q is before R!
(Added Quackery.)
m (Move Quackery into alphabetic order. Q is before R!)
Line 1,162:
 
>>> # Ref: https://docs.python.org/3/library/subprocess.html</lang>
 
=={{header|R}}==
<lang rsplus>
system("wc -l /etc/passwd /etc/group", intern = TRUE)
</lang>
{{out}}
<pre>
[1] " 49 /etc/passwd" " 80 /etc/group" " 129 total"
</pre>
 
=={{header|Quackery}}==
 
As a dialogue in the Quackery shell. Execute the system command <code>ls</code> and store the result on the Quackery data stack as a string. Reverse that string and print onscreenit.
 
 
Line 1,193 ⟶ 1,184:
txt.TSRIF EM DAER
fdp.ecnerefeR kciuQ yrekcauQ
</pre>
 
=={{header|R}}==
<lang rsplus>
system("wc -l /etc/passwd /etc/group", intern = TRUE)
</lang>
{{out}}
<pre>
[1] " 49 /etc/passwd" " 80 /etc/group" " 129 total"
</pre>
 
1,462

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.