Linux wc command: count characters, words, lines of a file

The wc command in unix/linux is used to print the number of characters, words, bytes and newlines of files or standard input.

Syntax
wc [OPTION] [FILE]


Read more »

Comments

Popular posts from this blog

How to Install Antlr4 in Ubuntu/Linux

How to install python-gst (pygst) in ubuntu 16.04

How to make a gui Calculator in Python using Tkinter