DAY 03:Basic linux commands
To view what's written in a file.
To view what's written in a file we use the "cat" command. It will display all the content of a file whether it's one page or two.
We can also use different commands based on the requirements
more -It views the con...
devopscommunityenglish.hashnode.dev3 min read