Day 3: Linux Basic Commands
Commands-
To view what's written in a file.
$ cat altos.txt
cat -b: This adds line numbers to non-blank lines
cat -n: This adds line numbers to all lines
cat -s: This squeezes blank lines into one line
cat –E: This shows $ at the end of the li...
taraps.hashnode.dev6 min read