Common commands in the shell

Source: Internet
Author: User

Shell Special Symbol Cut command
* * indicates wildcard characters
?? represents an arbitrary character
# #号注释字符, the annotated content will not take effect
The \ \ symbol denotes the caret character, leaving the special symbol out of the original special usage

Cut for segmentation
Cut-d Separator-F filter Field/File
-d Specifies the delimiter, separated by commas, to display multiple fields, such as 3,6
-f Specifies the number of characters in the column
-C cut interval characters, such as 3-6-interval characters

[[email protected] tmp]# cat passwd |head -5 |cut -d ":" -f 1      cut截取第一段内容rootbindaemonadmlp[[email protected] tmp]# cat passwd |head -5 |cut -d ":" -f 1,2  cut截取第1、2段内容root:xbin:xdaemon:xadm:xlp:x[[email protected] tmp]# cat passwd |head -5 |cut -d ":" -f 1-3   cut截取1到3段内容root:x:0bin:x:1daemon:x:2adm:x:3lp:x:4[[email protected] tmp]# cat passwd |head -5 |cut -d ":" -f 1,3,6    cut截取1、3、6段内容root:0:/rootbin:1:/bindaemon:2:/sbinadm:3:/var/admlp:4:/var/spool/lpd

Sort_wc_uniq command

Tee_tr_split command

Shell special symbol under

Common commands in the shell

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.