![]() |
Sup Myspace traffic . ..
Moved a site of mine to one of my dedicated servers, clean logs, etc. I noticed the log was filling already, so i grepped all myspace requests from it. Then took a look at it:
curseme:~# wc -l < myspace |uniq 131 curseme:~# 131 different myspace profiles have referred people to my site. Insane? I think so ... |
Sorry, forgot to mention this was in less than a 10minute timespan
|
stfu newb
|
Quote:
|
Quote:
|
they pretty nice, how many friends do you have lol?
|
i have around 10 friends. i'm not a friend whore. this is from peple i've never seen.
|
how do I check that on my server?
Last login: Tue May 30 11:12:59 2006 from cpe-70-123-167-116.hot.res.rr.com root@myserver [~]# wc -l < myspace |uniq -bash: myspace: No such file or directory root@myserver [~]# |
Awesome Sigs Dudes
|
wc -l < file | uniq
is not the same as uniq < file | wc -l in that "| uniq" is unnecessary in the first example. it's uniq'ing one line. fyi |
so, yeah. what you probably want is:
sort -u < myspace | wc -l but i didn't think about this until after 3 minutes of my last post, so i'm probably spamming. |
All times are GMT -7. The time now is 06:12 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123