InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to count the number of characters in a file? |
|
Answer» The command that is used to COUNT the NUMBER of CHARACTERS in a file in LINUX is “wc”. Here “wc” stands for word count. It is used to count the number of LINES, words, and characters in a text file. |
|