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

9 lines
130 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
local(
path = file_forceroot,
ls = sys_process('/bin/ls', (:'-l', #path)),
lswait = #ls -> wait
)
'<pre>'
#ls -> read
'</pre>'