In the Shell | Usage

Source: Internet
Author: User
| The operator pipe symbol is a very powerful feature of UNIX, and the symbol is a vertical bar: "|".
Usage: Command 1 | Command 2 His function is to pass the result of the first command 1 execution as input of the Command2 to command 2:
Ideviceinstaller-u Udid-l|awk ' {print $} ' |grep Com.test.XXXX
Ideviceinstaller-u udid-l  List installed third-party apps
awk ' {print '} '   retains the first column of third-party application results from the previous row
grep Com.test.XXXX  Search in the first column of the reservation Com.test.XXXX

In the Shell | Usage

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.