Day 3 #90DaysOfDevOps
Basic Linux Commands
1. To View What's Written in a File:
The cat command is used to display the contents of a file on the terminal. For example, to view the contents of a file named fruits.txt, run the following command:
cat fruits.txt
2.To Change ...
saurabhshivde.hashnode.dev3 min read