Expand description
Path utilities for scripting.
Provides convenient functions for working with paths, including home directory, current directory, and path expansion.
Functions§
- cwd
- Returns the current working directory.
- expand
- Expands tilde and environment variables in a path.
- home
- Returns the user’s home directory.
- is_
executable - Checks if a path is executable.
- which
- Finds an executable in the system PATH.