Shell Programming Learning Note _20160114

Source: Internet
Author: User

    • Cat command Display file
[Email protected] zsh]#CatFstab.stest1: .test2: .[email protected] zsh]#CatFstac.stest1: .test2:2018[email protected] zsh]#Cat*. S #合并文件test1: .test2: .test1: .test2:2018[email protected] zsh]#Cat*.s |Sort#合并和排序文件test1: .test1: .test2: .test2:2018[email protected] zsh]#Cat*.s |Sort|Uniq#合并和排序文件, leave the unique line test1: .test2: .test2:2018[email protected] zsh]#Cat*.s |Sort|Uniq>Test.txt #合并和排序文件, leave the unique line [[email protected] zsh]#CatTest.txttest1: .test2: .test2:2018[email protected] zsh]#Cat/dev/NULL>test.txt #清除文件内容 [[email protected] zsh]#CatTest.txt[[email protected] zsh]#
    • TR Replacement Character
[Email protected] zsh]#CatFstab.stest1: .test2: .[email protected] zsh]#TR 2 3< FSTAB.S #2⇒3test1:3016test3:3017[email protected] zsh]#TR 'A- z' 'A- z'<fstab.s #小写 ⇒ Capital TEST1: .TEST2: .[email protected] zsh]#TR 'A- z' 'A- z'< FSTAB.S >test.txt #小写 ⇒ capitalization [[email protected] zsh]#CatTest.txttest1: .TEST2: .[email protected] zsh]#

Not to be continued

Shell Programming Learning Note _20160114

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.