DAY-3 Basic Linux Commands
#90daysofdevops #trainwithsubham
To view what's written in a file.
First, we need to create a file then, we will add some lines there. then, we will see what is written there.
syntax: echo hello good morning > hello.txt cat hello.txt
To change the a...
soumyamallick.hashnode.dev3 min read