Chuck Pierce wrote:

> -----Ursprungliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Chuck Pierce
> Gesendet: Mittwoch, 23. Mai 2001 15:49
> An: [EMAIL PROTECTED]
> Betreff: [analog-help] getting rid of [no directory] in directory report
> 
> 
> anyone know if it's possible to exclude items in the directory report
> and not remove them from the other reports?  I'm getting ~75% of my hits
> (mostly images and such) that show up as [no directory] in the directory
> report.  It would be nice to remove it from just the directory report.
> 
> - Chuck

Try -->

grep -v "\.gif .* 304 - " access_log > access_log.new

cat access_log.new > access_log
rm -rf access_log.new

as a shell script before start analog.
+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to