![]() |
|
|
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 |
| doubt reg SCP | rogerben | UNIX for Dummies Questions & Answers | 4 | 05-18-2009 09:42 AM |
| Doubt | salil2012 | UNIX for Dummies Questions & Answers | 1 | 03-05-2009 11:33 AM |
| doubt on awk | venkatesht | Shell Programming and Scripting | 6 | 12-11-2008 04:11 AM |
| Doubt?? | nohup | Shell Programming and Scripting | 1 | 12-02-2008 11:24 AM |
| SDL doubt | royalibrahim | High Level Programming | 0 | 11-22-2007 01:49 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sed doubt...
Hi,
i need find and replace a sting with a new variable having value as spaces in between. Eg: set a = "i am variable" set b = "i am second" sed -e 's/find_string/'$a'/g' -e 's/find2_str/'$b'/g' input_file here it is giving error... How to get an varaible, which is having space.. Thanks in advance, Vasanth ---------- Post updated at 08:42 AM ---------- Previous update was at 08:33 AM ---------- Hi anybody there to help me on this issue. Vasanth |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|