![]() |
|
|
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 |
| How to get lines in between Patterns? | racbern | Shell Programming and Scripting | 11 | 04-23-2008 08:28 AM |
| get the value between 2 patterns | minifish | Shell Programming and Scripting | 11 | 04-07-2008 03:18 PM |
| 3 patterns in one line | bashuser | UNIX for Advanced & Expert Users | 1 | 02-16-2008 07:02 PM |
| search patterns | rochitsharma | Shell Programming and Scripting | 1 | 02-27-2006 04:14 AM |
| How to concatenate two strings or several strings into one string in B-shell? | fontana | Shell Programming and Scripting | 2 | 08-26-2005 12:58 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
patterns between strings...
I have a small requirement
How to get patterns between string this way Input.. 05 ABC. TAGTAG 10 AAA PIC 9 10 BBB PIC X COMMET 10 CCC COMP PIC 9 05 DEF I wanted to get all the variable between 05 ABC and next 05 level out put should be AAA BBB CCC |
|
||||
|
it a cobol code..
TAGTAG 10 AAA PIC 9 10 BBB PIC X [ ]COMMET 10 CCC COMP PIC 9 05 DEF 1st six chars can be anything followed by some spaces followed by some 2 digit numeric followed by a varible name... followed COMP or just a PIC |
|
||||
|
Small extn to the Previous one
I have Some thing like this SORT KEY FS-KEY1 ### SORT KEY FS-KEY2 FSKEY3 ### SORT KEY FS-KEY4 ### Can we get the all the KEY Fields.. It Starts with SORT KEY and the KEY feilds can be in the same line or next line until ### comes |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|