dir-exec
Function
Execute shell command and capture output (Node.js/Bun only)
Syntax
$result = dir-exec "ls -la"
execute shell command literal
$result = dir-exec $command
execute shell command from variable