Hi, --- On Fri, Jul 27, 2012 at 8:26 AM, Balasubramaniam Natarajan <[email protected]> wrote: | The problem with $grep "MD5 |Network Activity" -A5 */reports/report.txt* is | that after all the search I am getting 5 lines however I wanted to know if | we can make two different -A switches for a single Grep command. \--
Tried the following? $ grep -A1 -e "MD5" -A2 -e "Network Activity" */reports/report.txt* SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
