view bin/statfun @ 309:592605e4d3bb

Use SI whenever possible. Use 1KiB instead otherwise.
author Edho Arief <edho@myconan.net>
date Wed, 29 Feb 2012 17:48:05 +0000
parents 5bafb912837e
children
line wrap: on
line source

#!/bin/sh
> /tmp/mainlogfun
while read line; do
	filename=$(printf "%s" "${line}" | grep OK\ DOWNLOAD | grep -v "^$" | sed -e 's/.*OK DOWNLOAD: Client "[^"]*", "\(.*\)"..*/\1/')
	basename -- "${filename}" >> /tmp/mainlogfun
done < /srv/log/vsftpd/main.log
grep -v "^$" /tmp/mainlogfun > /root/mainlogfun