![]() |
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 |
| Order out of chaos - GCN.com | iBot | UNIX and Linux RSS News | 0 | 07-05-2007 12:40 PM |
| Changing userID and Changing group and GID | deal732 | Shell Programming and Scripting | 2 | 04-18-2007 10:09 AM |
| Order sorting | evoGage | UNIX for Dummies Questions & Answers | 3 | 12-04-2005 01:45 PM |
| Where to Order 5.1L Cds | slacker | AIX | 2 | 12-02-2005 06:53 AM |
| low-order seven bits | solea | UNIX for Advanced & Expert Users | 2 | 10-06-2004 02:18 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Changing the order using sed
I have a text
"abc def ghi" and I want to get it as "def abc ghi" I am using this echo "abc def ghi" | sed 's/\([a-z]*\)\([a-z]*\)/\2\1/' But I am not able to get the output, could anyone help me. Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|