Day 03 Task: Basic Linux Commands🚀🥇🔐✏
Task: What is the Linux command to
To view what's written in a file.
Use the cat command.
Example: To view the contents of a file named devops.txt, type cat devops.txt and press Enter.
ubuntu@ip-172-31-38-2:~$ cat devops.txt
hello welcome to t...
captainkishan.hashnode.dev6 min read