diff options
Diffstat (limited to 'docs/help/in/cat.in')
-rw-r--r-- | docs/help/in/cat.in | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/docs/help/in/cat.in b/docs/help/in/cat.in index ea324aa3..981771b7 100644 --- a/docs/help/in/cat.in +++ b/docs/help/in/cat.in @@ -1,8 +1,21 @@ +Syntax: + @SYNTAX:cat@ -Outputs the contents of the specified file. Equivalent to -UNIX 'cat' command. +Parameters: + + The file to display. + +Description: + + Displays the contents of the specified file into the active window. + +Examples: + + /CAT /etc/network/interfaces + /CAT /home/mike/unicorns.txt + /CAT kitties.txt -See also: CD +See also: CD, EXEC |