Skip to main content

Module path

Module path 

Source
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.