![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help needed | nnayagam | Shell Programming and Scripting | 2 | 03-07-2008 06:34 AM |
| Little help needed. | Netghost | AIX | 5 | 08-10-2006 02:29 PM |
| Help needed | dsravan | Shell Programming and Scripting | 2 | 07-20-2006 09:37 AM |
| awk help needed. | cskumar | Shell Programming and Scripting | 0 | 07-20-2006 07:24 AM |
| Sed help needed | stevefox | Shell Programming and Scripting | 5 | 12-05-2005 01:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
SED Help Needed
I am trying to retrieve part of a line from /boot/grub/menu.lst
The line is : Code:
gfxmenu (hd0,0)/usr/share/gfxboot/themes/pclinuxblue/boot/message Code:
sed '/gfxmenu/ !d' /boot/grub/menu.lst > /tmp/menu.lst.pcl_tc So in essence I need to remove everything except what comes between "themes/" and "/boot". These 2 parts are always there it is the "pclinuxblue" part that changes and I want to change. Also I will end up writing this back with a new value lets say "$new" so any help on extracting and replacing this value is what I need. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|