Day2: Basic of Linux Commands(Part-2)
Jun 25, 2023 · 4 min read · • 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 ...
Join discussion