|
hailmerry-site:~# grep -h 'GET /checkout/start'
/var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut -f 1 -d ' '|sort -u|wc 98 98 1363 hailmerry-site:~# grep -h 'GET /checkout/shipping' /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut -f 1 -d ' '|sort -u|wc 55 55 759 hailmerry-site:~# grep -h 'GET /checkout/payment' /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut -f 1 -d ' '|sort -u|wc 47 47 645 hailmerry-site:~# grep -h 'GET /checkout/password' /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut -f 1 -d ' '|sort -u|wc 33 33 453 hailmerry-site:~# grep -h 'GET /checkout/place' /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut -f 1 -d ' '|sort -u|wc 33 33 453 hailmerry-site:~# grep -h 'GET /checkout/finished' /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut -f 1 -d ' '|sort -u|wc 28 28 381 |
|
Adam Heath wrote:
> hailmerry-site:~# grep -h 'GET /checkout/start' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 98 98 1363 > hailmerry-site:~# grep -h 'GET /checkout/shipping' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 55 55 759 > hailmerry-site:~# grep -h 'GET /checkout/payment' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 47 47 645 > hailmerry-site:~# grep -h 'GET /checkout/password' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 33 33 453 > hailmerry-site:~# grep -h 'GET /checkout/place' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 33 33 453 > hailmerry-site:~# grep -h 'GET /checkout/finished' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 28 28 381 oops. Wrong to. my bad. |
|
In reply to this post by Adam Heath-2
You forgot to include the secret decoder ring. I have no clue what it says.
-Adrian On 4/28/2010 1:42 PM, Adam Heath wrote: > hailmerry-site:~# grep -h 'GET /checkout/start' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 98 98 1363 > hailmerry-site:~# grep -h 'GET /checkout/shipping' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 55 55 759 > hailmerry-site:~# grep -h 'GET /checkout/payment' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 47 47 645 > hailmerry-site:~# grep -h 'GET /checkout/password' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 33 33 453 > hailmerry-site:~# grep -h 'GET /checkout/place' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 33 33 453 > hailmerry-site:~# grep -h 'GET /checkout/finished' > /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut > -f 1 -d ' '|sort -u|wc > 28 28 381 > |
| Free forum by Nabble | Edit this page |
