> For the complete documentation index, see [llms.txt](https://wiki.ainzzorl.lol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ainzzorl.lol/tech/bash.md).

# Bash

* To get pids by name, use `pgrep` instead of `ps | grep`
  * E.g. `pgrep -i expressvpn`
  * It will exclude your own grep process.
