![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grep Log file | cbo0485 | UNIX for Dummies Questions & Answers | 1 | 05-28-2008 12:24 AM |
| grep file | ali560045 | Shell Programming and Scripting | 0 | 01-10-2008 07:51 AM |
| How to grep a number in a file to find them in another file | ahjiefreak | Shell Programming and Scripting | 7 | 12-12-2007 06:01 AM |
| how to search -n in a file with grep | lamilami | Shell Programming and Scripting | 2 | 11-28-2007 04:42 PM |
| grep for a tar File | steiner | UNIX for Advanced & Expert Users | 1 | 07-19-2004 12:40 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
grep from file
hi all
I am using below mention file as input file. Now i want to grep only contain between BSCANGR( op mention below). line containg between BSCANGR may be vary its not fix. Kindly suggest me. *** BSCANGR RXOTRX-280-1 INTERNAL RXOTRX-48-2 MODE RXOTRX-48-3 MODE RXOTRX-194-11 MODE RXOTRX-194-10 MODE RXOTRX-147-0 INTERNAL *** BSCANGR *** BSCSLP2 RXOTRX-20-1 INTERNAL RXOTRX-4-2 MODE RXOTRX-4-3 MODE RXOTRX-14-11 MODE RXOTRX-14-10 MODE RXOTRX-17-0 INTERNAL *** BSCSLP2 op need to like this: *** BSCANGR RXOTRX-280-1 RXOTRX-48-2 RXOTRX-48-3 RXOTRX-194-11 RXOTRX-194-10 RXOTRX-147-0 *** BSCANGR also i am thank full if some one suggest for below mention op.from same file. @ CONNECT('BSCANGR') RXCDP:RXOTRX-280-1; RXCDP:RXOTRX-48-2 RXCDP:RXOTRX-48-3 RXCDP:RXOTRX-194-11 RXCDP:RXOTRX-147-0 @ DISCONNECT |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|