Day 3 -90 Days of Devops
Task: Basic Linux Commands
Task: What is the Linux command to
To view what's written in a file.
Let's consider there is a text file called test.txt.Which contains some context. To see the context inside the text file we use cat command
cat Test.tx...
husan-devops.hashnode.dev2 min read