Day3: Basic Linux Commands
#90daysofdevops challenge
What is the linux command to:
1)To view what's written in a file:
i)cat
Cat simply prints the content of the file to standard display i.e. your screen.
ii)less
Less command views the file one page at a time.
2)To change the ...
sanjana05.hashnode.dev3 min read