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...
Jul 18, 20245 min read42
