Number of times that keyword search appears in php in linux

Source: Internet
Author: User
The number of times that the linux search keyword appears in php searches for the CleverCode in the current directory and subdirectory, and the number of times that all php appears greater than 0.



# Find-type f-name '*. php' | xargs grep CleverCode. /*. php-rc | awk-f': ''$2> 0 {print $1, $2} '| grep-v '/. svn/'| sort-n-k 2-r


1) find-type f-name '*. php '. Find all php files in the current directory and subdirectory.
2) xargs grep CleverCode./*. php-rc. Search for the CleverCode keyword in each file and display the number of occurrences.
3) awk-f': ''$2> 0 {print $1, $2 }'. Use ':' to split columns and display rows with 2nd columns> 0.
4) grep-v '/. svn /'. Remove. svn directory data
5) sort-n-k 2-r. Sort by the size of the 2nd-column array in descending order.

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

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.