Getting Started with Shell programming

Source: Internet
Author: User

1.5 Cut command--split file

Cut-d:-F 3/ETC/PASSWD take 3rd paragraph

1.6 Sort Command--sort

SORT-T:-k3/etc/passwd sorted by 3rd paragraph

-N Sort by number

-R Reverse Order

-U Remove Duplicate entries

1.7 WC Command

-L Calculation of rows

-W Computed character segments

-M computed characters

1.8 Uniq and Tee

Uniq to repeat

-C calculates the number of repetitions

Sort 2.txt | Uniq-c

Tee redirects and displays


1.9 TR and split

TR Lowercase conversion Uppercase

echo "ABCD" | Tr ' b-f ' b-f '

Split cutting Large files

Split-b 50m 1.txt by size

Split-l 1.txt by number of rows

2.0 connectors (and, and, or)

&& execute the following command before execution succeeds

|| Or if the previous execution is unsuccessful, the following command will be executed

, and both front and back are executed

2.1 grep Filter

--color keyword highlighting

-N Display Line number

-C Displays the number of rows

-V takes the reverse, excluding the line of the keyword

-A 3 3 rows below the keyword line

-B 3 more than 3 rows on the keyword line

-C 3 keyword line up and down to display 3 rows

-R Find all files under a directory



Getting Started with 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.