[Ilugc] Proxy

  • From: girishvenkatachalam@xxxxxxxxx (Girish Venkatachalam)
  • Date: Fri Aug 25 13:26:58 2006

On 8/25/06, kannan manoharan <scuffy_tomy@xxxxxxxxxxx> wrote:

Hi

 If i use " tail -f /var/log/squid/access.log | awk '{print $1 "\t" $3 "\t" 
$7}' "

 I am getting a time like this 1156490453.394

 ??

 Kannan M

Kannan,

The only lasting solution to your problems will be spending a month
or two reading up some man pages and if necessary good books
on UNIX. Browse the Internet. There are plenty of information on
linux, especially the LDP project.

http://en.tldp.org

Specifically the man pages that are of immediate relevance to u r

a) awk(1) ( it could be gawk,nawk or mawk :-)
b) strftime(3)
c) gettimeofday(3)
d) printf(1)
e) syslog(8)
f ) date(1)

Of course you should spend a lot of time browsing the online documentation
available in http://www.squid-cache.org/

Senthil is trying his level best to help you. If I were in his place I would
have lost patience long ago. Kudos to Senthil!

Please don't get me wrong. Nobody can help you beyond a point.

You have to help yourself.

I sincerely apologize if this hurts you but I really see no way out.

regards,
Girish

PS:- All of us have learnt things the hard way. You will find it lil
difficult at
first, but later you will start enjoying it. :-)

Other related posts: