Add cat command to view files

This commit is contained in:
Lyn Perrine 2019-06-10 11:56:20 -07:00
parent b336d559f3
commit b311206ed6

View File

@ -52,3 +52,11 @@ where you replace [file] with the file you want to edit.
If you want to stop something running in the terminal press :kbd:`Control +C`.
If you want just to see the contents of a file on standard output run
.. code::
cat [filename]