The -l option in the wc (word count) command is used to count the number of lines in a specified file.
For example, you can use the command:
wc -l filename.txt
This will output the total number of lines in filename.txt.
The -l option in the wc (word count) command is used to count the number of lines in a specified file.
For example, you can use the command:
wc -l filename.txt
This will output the total number of lines in filename.txt.
0 Comments