Expand description
Shell quoting utilities for safe filename handling.
Provides functions to properly quote or escape file paths for use in shell commands.
Functionsยง
- quote_
path - Quote a file path according to the specified style.
- quote_
paths - Quote multiple file paths, returning them space-separated.