0% found this document useful (0 votes)
5 views1 page

Linux File Viewing and Editing Commands

The document provides a list of command-line commands with their descriptions. It includes commands for viewing file contents, such as 'cat', 'less', and 'more', as well as text editors like 'nano' and 'vim'. Additionally, it mentions 'echo' for printing text or variables.

Uploaded by

raphaelvicuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Linux File Viewing and Editing Commands

The document provides a list of command-line commands with their descriptions. It includes commands for viewing file contents, such as 'cat', 'less', and 'more', as well as text editors like 'nano' and 'vim'. Additionally, it mentions 'echo' for printing text or variables.

Uploaded by

raphaelvicuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Command Description

cat View contents of a file

less, more View file page by page

head Show first lines of a file

tail Show last lines of a file

nano, vim, Text editors


vi

echo Print text or variables

You might also like