Linuxgrep prints the matching upper and lower rows
Source: Internet
Author: User
Linuxgrep prints the matching upper and lower rows. if you only want to match the upper and lower rows of the pattern, grep can be implemented. Www.2cto.com $ grep-5 & amp; #39; parttern & amp; #39; inputfile // Print matching rows before and after 5 rows $ grep-C5 & amp; #39; parttern & amp; #39; inputfil...
In linux, grep prints the upper and lower lines of matching. if you want to match the upper and lower lines of the pattern, grep can be implemented. Www.2cto.com $ grep-5 'pattern' inputfile // Print 5 rows before and after matching rows $ grep-C 5 'pattern' inputfile // Print 5 rows before and after matching rows $ grep- 5 'pattern' inputfile // Print the last 5 rows of matching rows $ grep-B 5 'parttern 'inputfile // print the first 5 rows of matching rows
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.