Owner manual
shell:cat
Displays the content of a file or URL.
Syntax
shell:cat [options] paths or URLs
Options
--n Number the output lines, starting at 1.
Arguments
paths or URLs List of file paths or URLs to display, separated by whitespace (use for
STDIN)
Example
This displays the contents of both
file1 and file2, with numbered lines for each:
shell:cat file1 file2
shell:cd
Changes the current environment path.
Syntax
shell:cd [options] path
Options
(See
help –-all for details on all other options.)
Arguments
path Desired environment path (root if not provided)
shell:clear
Clears the console buffer.
Syntax
shell:clear
127