-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

realpath


> Display the resolved absolute path for a file or directory.

More information.


Display the absolute path for a file or directory:

realpath {path/to/file_or_directory}

Require all path components to exist:

realpath --canonicalize-existing {path/to/file_or_directory}

Resolve ".." components before symlinks:

realpath --logical {path/to/file_or_directory}

Disable symlink expansion:

realpath --no-symlinks {path/to/file_or_directory}

Suppress error messages:

realpath --quiet {path/to/file_or_directory}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:45:58 2024