bash
Verified for current stable LTS
Bash Commands
Bash command syntax with verified terminal examples.
Commands
8 commands for Bash
bash Archive
Bash Command: Start Interactive Shell
bash bash Archive
Bash Command: Start Interactive Shell No Configs
bash --norc bash Operations
Bash Command: Execute Commands
bash -c "<echo 'bash is executed'>" bash Operations
Bash Command: Execute Script
bash <path/to/script.sh> bash Operations
Bash Command: Execute Script With Tracing
bash -x <path/to/script.sh> bash Operations
Bash Command: Execute Script With Error Stop
bash -e <path/to/script.sh> bash Operations
Bash Command: Execute Commands From Stdin
<echo "echo 'bash is executed'"> | bash bash Archive
Bash Command: Start Restricted Shell
bash -r Suggest a Bash Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Bash workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.