RosettaCodeData/Task/Execute-a-system-command/Lasso/execute-a-system-command.lasso

9 lines
130 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
local(
path = file_forceroot,
ls = sys_process('/bin/ls', (:'-l', #path)),
lswait = #ls -> wait
)
'<pre>'
#ls -> read
'</pre>'