-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

tcsh


> C shell with file name completion and command line editing.

More information.


Start an interactive shell session:

tcsh

Start an interactive shell session without loading startup configs:

tcsh -f

Execute a [c]ommand:

tcsh -c "{command}"

Execute a script:

tcsh {path/to/script.tcsh}

Check a script for syntax errors:

tcsh -n {path/to/script.tcsh}

Print the version:

tcsh --version


> 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 Tue May 21 06:34:26 2024