search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Bash Commands

20 bash entries

Limited to 100 results

Back to all tools
bash

Bash Command: Execute Commands

bash -c "<echo 'bash is executed'>"
bash

Bash Command: Execute Commands From Stdin

<echo "echo 'bash is executed'"> | bash
bash

Bash Command: Execute Commands With Bash

bash -c "<command>"
bash

Bash Command: Execute Script

bash <path/to/script.sh>
bash

Bash Command: Execute Script Stop At First Error

bash -e <path/to/script.sh>
bash

Bash Command: Execute Script With Bash

bash <path/to/script.sh>
bash

Bash Command: Execute Script With Command Printing

bash -x <path/to/script.sh>
bash

Bash Command: Execute Script With Error Checking

bash -e <path/to/script.sh>
bash

Bash Command: Execute Script With Error Stop

bash -e <path/to/script.sh>
bash

Bash Command: Execute Script With Tracing

bash -x <path/to/script.sh>
bash

Bash Command: Execute Script With Verbose Output

bash -x <path/to/script.sh>
bash

Bash Command: Execute Specific Commands

bash -c "<echo 'bash is executed'>"
bash

Bash Command: Execute Specific Script

bash <path/to/script.sh>
bash

Bash Command: Start Interactive Shell

bash
bash

Bash Command: Start Interactive Shell No Configs

bash --norc
bash

Bash Command: Start Interactive Shell No Startup Configs

bash --norc
bash

Bash Command: Start Interactive Shell Session

bash
bash

Bash Command: Start Interactive Shell Session No Startup Configs

bash --norc
bash

Bash Command: Start Restricted Shell

bash -r
bash

Bash Command: Start Restricted Shell Session

bash -r