![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Processes by User's actual names | kartikkumar84@g | Shell Programming and Scripting | 1 | 05-22-2008 08:52 AM |
| Processes by Actual names | kartikkumar84@g | UNIX for Dummies Questions & Answers | 2 | 05-13-2008 03:03 PM |
| actual filesystem size during backup | shorty | UNIX for Dummies Questions & Answers | 1 | 02-20-2008 03:05 PM |
| Need actual bootpd for solaris | johnnypark | SUN Solaris | 0 | 04-28-2005 07:51 AM |
| Actual Memory Usage | gelbvonn | UNIX for Dummies Questions & Answers | 5 | 05-11-2004 07:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
||||
|
||||
|
Possibly your sed version could be the culprit in this case.
I am using this sed Code:
sh-2.05b$ sed -V GNU sed version 4.0.7 |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Vino,
See below: sed -V sed: illegal option -- V ??????? |
|
#10
|
||||
|
||||
|
Not strictly speaking what you asked for, but should do what you want.
Code:
sed -e 's#/\./[./]*#/\./#g' file |
||||
| Google The UNIX and Linux Forums |