Basic Linux Commands-DAY 3
To view what's written in a file.
In Linux, you can use the "cat" command to view the contents of a file.
To use the "cat" command, open a terminal and type the following command:
cat filename
Replace "filename" with the name of the file that you ...
mukeshdevops.hashnode.dev9 min read