-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

rmdir


> Removes a directory.

More information.


Remove directory, provided it is empty. Use `rm -r` to remove non-empty directories:

rmdir {path/to/directory}

Remove the target and its parent directories (useful for nested dirs):

rmdir -p {path/to/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:46:41 2024