RosettaCodeData/Task/Execute-a-system-command/Lasso/execute-a-system-command.lasso
2016-12-05 23:44:36 +01:00

8 lines
130 B
Text

local(
path = file_forceroot,
ls = sys_process('/bin/ls', (:'-l', #path)),
lswait = #ls -> wait
)
'<pre>'
#ls -> read
'</pre>'