Command
Operations related to command execution.
📄️ Execute a command
Execute a command directly without a shell. This is the safer option as it does not interpret shell metacharacters.
📄️ Execute a shell command
Execute a command through /bin/sh -c. Supports shell features like pipes, redirects, and variable expansion.