- lab/
CLI environment & shell
·1 min
Table of Contents
created: 04/01/2019
updated: 09/03/2019
which, compgen #
- when
which
doesn’t find a command… remembercompgen
- https://michael-kehoe.io/post/command-of-the-day-1-compgen/
compgen
-a: List of user aliases
-b: List of built-in shell commands
-c: List of all commands you can run
-e: List of shell variables
-k: List of built-in shell keywords
-A function: List of available bash functions
*command-line python tool which combines top commands
- https://www.jvt.me/posts/2017/04/26/glances/
- https://github.com/nicolargo/glances
- https://glances.readthedocs.io/en/latest/index.html
systemd
macOS