Day 3 Task: Basic Linux Commands with a Twist #90daysofdevops
View the content of a file and display line numbers.
nikhil@nikhil-HP-ZBook-15:~$ cat -n devops.txt
1 hy I am in devops world
2 I want to become a devops engineer
3 as of now I am learning devops culture
cat -n filename ...
nikhildevopshub.hashnode.dev4 min read