Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Shell Wrappers

dotenv

https://github.com/bkeepers/dotenv

  • Recursively validates the inner command.

env

https://www.gnu.org/software/coreutils/manual/coreutils.html#env-invocation

  • Strips flags (-i, -u) and KEY=VALUE pairs, then recursively validates the inner command. Bare invocation allowed.

hyperfine

https://github.com/sharkdp/hyperfine#readme

  • Recursively validates each benchmarked command.

jai

https://jai.scs.stanford.edu/

  • Recursively validates the inner command.

nice

https://www.gnu.org/software/coreutils/manual/coreutils.html#nice-invocation

Aliases: ionice

  • Recursively validates the inner command.

time

https://man7.org/linux/man-pages/man1/time.1.html

  • Recursively validates the inner command.

timeout

https://www.gnu.org/software/coreutils/manual/coreutils.html#timeout-invocation

  • Recursively validates the inner command.