From 3f79c8553c8087a79b9c37216ac72eb3e03584d5 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Thu, 3 Jul 2014 17:41:15 +0200 Subject: Syntax documentation rewrite for C-commands Rewrote the syntax documentation for all the commands starting with the letter C. --- docs/help/in/cat.in | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'docs/help/in/cat.in') 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 -- cgit v1.2.3