![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Snytax error on If Statement--help | dannyd_y | Shell Programming and Scripting | 2 | 05-07-2008 08:25 PM |
| Error with if statement..Please help | jisha | Shell Programming and Scripting | 1 | 01-16-2008 04:13 AM |
| parsing error in if statement | rakeshou | Shell Programming and Scripting | 2 | 09-25-2007 07:46 AM |
| For loop statement - catch error | lumdev | Shell Programming and Scripting | 4 | 09-20-2007 04:50 AM |
| tar error statement | legato | UNIX for Dummies Questions & Answers | 3 | 03-29-2005 06:58 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#15
|
|||
|
|||
|
Yes, I am trying to make a change to a ddl file which has multiple occurance of CREATE VIEW <VIEW NAME > .
How can we handle this then ? Daya |
| Forum Sponsor | ||
|
|
|
#16
|
|||
|
|||
|
You want it to look something like
Code:
sed 's/PROVIDER_MBR_PRI/VW_PROVIDER_MBR_PRI/ s/PROVIDER_REF/VW_PROVIDER_REF/ s/PROVIDER_SRVC/VW_PROVIDER_SRVC/' db2look_dim_provider.ddl1 |
|
#17
|
|||
|
|||
|
Right but how do I handle this in a scenario where I don't know the number of view occurance ?
Thanks again, Daya |
|||
| Google The UNIX and Linux Forums |