|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | 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. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
sed -r problem in AIX
Hi All,
I have one doubt in the AIX. I executed the below command in the LINUX but i could not execute same thing in the AIX. Please see the details of my issue in below. [root@vcswin3 ~]# cat test line 1 (one) line 2 (two) build=test line 3 (three) [root@vcswin3 ~]# sed -r 's/build=\w+/build=new_build/' test line 1 (one) line 2 (two) build=new_build line 3 (three) I want execute the same above sed command in the AIX, but its throwing error like sed -r is illegal object. so please anybody tell me what is the related command in the AIX. so that i'll execute my issue in the AIX. Thanks in Advance.... please help me ASAP..... Regards, Sridhar |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 11:10 AM |
| SSH Problem auth problem | budrito | UNIX for Advanced & Expert Users | 1 | 03-17-2004 10:12 AM |