exec
Action
Execute a shell command directly in terminal environment
Syntax
exec "cmd"
execute command (fire and forget)
$result,$error = exec "ls -la"
execute command with error handling (returns stdout, stderr)