-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

unset


> Remove shell variables or functions.

More information.


Remove the variable `foo`, or if the variable doesn't exist, remove the function `foo`:

unset {foo}

Remove the variables foo and bar:

unset -v {foo} {bar}

Remove the function my_func:

unset -f {my_func}


> 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 Fri May 17 17:03:45 2024