Search Results

Search: Posts Made By: p33plime
1,269
Posted By p33plime
Need help on parsing string
for i in `cat list`;do lol=`curl -m 2 -s ${i} | grep 'class=info' | cut -d '>' -f14 | cut -d '<' -f1 | sed '/^$/d'`; if [ ! "$lol" == "" ];then echo "$i,$lol" >> dirty; echo "$i,$lol";fi; done
...
983
Posted By p33plime
Help With Shell Script
hello
i have a list of urs in this format
lelotusbleu.fr/catalog/index.php?cPath=1_22
syilamerica.com/catalog/index.php?cPath=19

i want to sort them to for example . lelotusbleu.fr/catalog/...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy