Day 3 - Basic Linux Commands - Part 2
What is the Linux command to
To view what's written in a file.
The cat command is a simple and extremely useful command for viewing file contents on Linux.
ubuntu@ip-172-31-2-150:~/Day3$ echo "Learning DevOps" > my_file.txt
ubuntu@ip-172-31-2-150...
shreya-gupta.hashnode.dev3 min read