Results 1 to 3 of 3
Guys.. I want to find this... bug
unix/configure: where is it,, ???
grep in unix/configure for /etc/.relid and change it from
Code:
system=MP-RAS-`awk '{print }' /etc/.relid'`
^^^^
to
Code:
system=MP-RAS-`awk ...
- 02-07-2008 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 20
Grep Commands >>
Guys.. I want to find this... bug
unix/configure: where is it,, ???
grep in unix/configure for /etc/.relid and change it from
toCode:system=MP-RAS-`awk '{print }' /etc/.relid'` ^^^^wats the exact command to grep n change this.. ???Code:system=MP-RAS-`awk '{print }' /etc/.relid` ^^^^
this bug occurs in debian while installing ns2 !! please help me with ur commnadsLast edited by devils casper; 02-07-2008 at 03:54 PM. Reason: Removed formatting tags.
- 02-07-2008 #2Just Joined!
- Join Date
- Mar 2007
- Posts
- 20
hey... i m sorry...but please heklp me with grep commands
- 02-07-2008 #3
Maybe you should eb using sed instead of grep. Grep can tell you what line but sed will replace the text.
sed s/<oldstring>/<newstring>/g' <file>
Новости IT-технологий - unix.org.ua


Reply With Quote