A detailed description of the WC command under Linux

Source: Internet
Author: User

Function Description: Calculates the number of words.

Syntax: WC [-clw][--help][--version][file ...]

Supplementary note: With the WC instruction we can calculate the number of bytes, words, or columns of a file, if no file name is specified, or if the given file is named "-", the WC instruction reads the data from the standard input device. Assuming that no parameters are given, the WC instruction displays the number of columns, words, and bytes

Parameter:-C displays only the number of bytes, i.e. the number of characters;

       - L displays only the number of columns;

-W displays only the number of words;

--help online Help;

--version Displays version information.

Example

Calculate The number of columns, words, and characters of a text file TopGun :

  $ WC TopGun

A detailed description of the WC command under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.