Editing and Printing Files from the Command Line
The easy editor is
pico
The more powerful editors are
vi
and
emacs
You print files by piping them through
lp
(or
atprint
)
Tasks:
List three reasons why you would want to edit a file from the command line.
List three reasons why you would want print a file from the command line.
Previous - Using Files and Directories
Next - Configuring Your Unix Environment
Home