Linux Based Commands
Linux Based Commands
CAT comand
Cat>>
Creating a file if
it is not available Cat
Cat> Display content
Creating a file And for
of the file
appending text
to the already
existed file
training@localhost ~]$ cat>>demo.txt
Am Back
training@localhost ~]$cat demo.txt
Hii how are you
How was your job goining on?
Am Back
b) Vi editor
Three modes in vi editor:
Esc mode(esc button)(by default mode)
Insert mode (press ‘i’ )
Colon mode (press “shift + ‘;’)