Day 3: Basic Linux Commands
1. To view what's written in a file
To view the contents of a file in Linux, you can use the "cat" command.
cat - concatenate files and print on the standard output.
[ec2-user@ip-172-31-87-129 ~]$ echo "Task 3: Basic Linux Commands #90DaysOfDevops" >...
ajaygite.hashnode.dev4 min read