08-02-2010, 10:06 PM
|
|
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,580
|
whats wrong with it?
test.txt
Quote:
terms_id=shit&location
terms_id=sex&location
terms_id=scat&location
terms_id=porn&location
terms_id=bbw&location
terms_id=teen&location
|
Quote:
[chris@jumbo ~]$ sed 's/^.*terms_id=\([^&]*\)&.*$/\1/' test.txt
shit
sex
scat
porn
bbw
teen
|
|
|
|