18 October 2020

View and Edit Text File from Command Line in Ubuntu Linux 18.04 Server

 Via terminal.. use these 2 commands.. quite easy and straight forward to edit your text files..

CAT and NANO

example usage..


CAT /etc/home/dindon/yourfilename.txt

NANO /etc/home/dindon/yourfilename.txt


Different is.. 

CAT = to view only

NANO = to view and edit..