B:BD[
10.84] → [
10.84:523]
* `x`: Print the provided arguments and execute them, expecting success. Pauses after the command is shown and after the command is run.
* `f`: Print the provided arguments and execute them, expecting failure. Pauses after the command is shown and after the command is run.
* `i`: Print the provided arguments and execute them in interactive mode only, ignoring exit status. Pauses after the command is shown and after the command is run.
* `x`: Print the provided arguments and execute them, expecting success in automatic mode and ignoring exit status in interactive mode.
Pauses after the command is shown and after the command is run.
* `f`: Print the provided arguments and execute them, expecting failure in automatic mode and ignoring exit status in interactive mode.
Pauses after the command is shown and after the command is run.
* `i`: Print the provided arguments and execute them in interactive mode only, ignoring exit status.
Pauses after the command is shown and after the command is run.