The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
String spllittinf based on pattern
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
String spllittinf based on pattern
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
11-24-2008
Konerak
Registered User
Join Date: Nov 2008
Posts: 20
echo "today--RSS_URL=http://someurl" |
sed
's/\(.*\)--\(.*\)=\(.*\)/x1=\1\nx2=\2\nx3=\3/'
x1=today
x2=RSS_URL
x3=http://someurl
Konerak
View Public Profile
Find all posts by Konerak
Find Konerak's past nominations received
Find Konerak's present nominations given