Code Snippets

Tag: Scripts

Check if a Command Exists

Use `command -v` — portable, no subshell, returns nonzero if missing.

Author: chris