Print current directory:
pwd
List files and folders in current directory:
ls
Change directory:
cd path/to/file
Read an entire file:
cat path/to/file
Read a file bit by bit:
less path/to/file
Use the following commands with less
:
Enter
: Jump to next lineSpace
: Jump to next pageq
: Quit