Day 3 Basic Linux Commands
Basic Linux Commands
Task: What is the linux command to
To view what's written in a file.
bhi@ubandupc:~/Desktop/Day3$ echo "My Day3 DevOps Journey is under process" >file.txt
abhi@ubandupc:~/Desktop/Day3$ cat file.txt
My Day3 DevOps Journey is unde...
itabhishekyadav.hashnode.dev2 min read