To create a file with catcat >filenametext
<Ctrl>D
To display a file catfilename
To pause/resume the screen <Ctrl>S/<Ctrl>Q
scrolling
To start writing a file with the vifilenamevi editor
To insert text in vii
To return to command mode from <Esc>
insert mode
To quit vi, saving any changes :x
To move around in vi use the arrow keys or h for left,
l or <Space> for right, k for up,
and j for down
To delete a character in vix
To print a file lpfilename
To print 2 copies of a file lp -n2filename
To print a file in the background lpfilename&
To run any job in the background commandline&
To check the status of a print lpstat [ job_id ]
job
To cancel a print job canceljob_id
---------------------------------------------------------------------
For more information about See
---------------------------------------------------------------------
catcat(C)viChapter 4, ``Editing files''vi(C)lp, lpstat, cancellp(C)lpstat(C) and cancel(C)