Is a bash script here it is.. don't laugh too much please... #!/bin/sh
cat /var/log/maillog | grep -G 'esmtp' > /home/httpd/html/secure/maillog.extern & cat home/httpd/html/secure/mailindex.head /home/httpd/html/secure/maillog.ext ern /home/httpd/html/secure/index.foot > /home/httpd/html/secure/sendmail.html
I know there's probably an easier way of doing it but as I said my scripting ain't upto much...
Simon
-----Original Message----- From: markj@cloaked.freeserve.co.uk [mailto:markj@cloaked.freeserve.co.uk] Sent: Friday, November 16, 2001 04:22 To: Simon Parkes Cc: ALUG Subject: Re: [Alug] How do I...
I'm trying to parse some info into a webpage from the logfiles. which I 'm not having too many problems with. My problem is how do I add a <BR> at the end of each line or prevent the browser from wrapping the text..
What language, please, or do you mean wrap='soft' on a textarea? -- MJR