The cut of shell programming

Source: Internet
Author: User

Cut to the Unit of action in the file,according to the conditions you set, cut out some of the contents of the print. Output to standard output and will not be saved to any file

The-B range determines the range based on the byte-C range according to the character Range-F range determined by the setting field. The default is tab split field. Specified with-D.
The format of the range setting n cuts the contents of n bits. -N cuts the contents of the 1-n bit. N-Shear N-last-digit content. N-m cutting the contents of the N-M bit
-d ': ' Specifies the delimiter. -S prints only the rows that have separators present. --out=delimiter=string the output of the delimiter, which can be used to format the output.
The difference between-B and-C is the difference between a character and a byte. bytes are the smallest unit stored inside a computer. A character is a separate unit that has a meaning within the code. For example, a Chinese character in Chinese character coding or a punctuation mark, or a letter or punctuation inside a acsii code. So one word Fuken. Contains one or more bytes. That's the relationship.
Example: cut-d ': '-f 2-3-s/etc/passwd

The cut of shell programming

Related Article

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.