Day 3: Basic Linux commands with a twist
View the content of a file and display line numbers
To display the content of file with line numbers in Linux, we use 'cat' command with the '-n' option.
cat -n filename.txt
Change the access permissions of files to make them readable, writable, a...
belwalrakshita08.hashnode.dev5 min read