mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Syntax documentation rewrite for C-commands
Rewrote the syntax documentation for all the commands starting with the letter C.
This commit is contained in:
parent
fd3676e407
commit
3f79c8553c
8 changed files with 160 additions and 75 deletions
|
|
@ -1,8 +1,21 @@
|
|||
|
||||
Syntax:
|
||||
|
||||
@SYNTAX:cat@
|
||||
|
||||
Outputs the contents of the specified file. Equivalent to
|
||||
UNIX 'cat' command.
|
||||
Parameters:
|
||||
|
||||
See also: CD
|
||||
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, EXEC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue