adspace
Answer Posted / Girvinder Kour
The 'wc' (word count) command in Linux has several options to help you analyze text files. The most common ones include:n- '-l': line countn- '-w': word countn- '-m': byte count ('-c' is an alias for this option)n- '-n': character count
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers