View Single Post
Old 12-19-2016, 04:37 PM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
Sort your keyword phrases by length e-z

$ awk '{print length, $0}' new-key-phrases.txt|perl -e 'print sort { length($a) <=> length($b) } <>'|sed -r 's/\s+/,/'|sed -e 's/,/,"/g' -e 's/$/"/g'


Returns;

3,"sex"
4,"earn"
4,"live"
5,"adult"
5,"deals"
5,"money"
6,"webcam"
7,"program"
8,"lifetime"
9,"affiliate"
9,"all adult"
9,"customers"
9,"xlovecash"
10,"promo code"
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote