Skip to main content

Module shell_quote

Module shell_quote 

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