• Linux command to view what’s written in a file:
1. CatThis is the simplest and perhaps the most popular command to view a file in Linux.
2. nlThe nl command is almost like the cat command. The only difference is that it prepends line numbers while ...