Mercurial > ec-dotfiles
view bin/statfun @ 544:75c30f2b4694
Add special setting for ruby, global default to 4/noet (ruby is 2/et).
author | edogawaconan <me@myconan.net> |
---|---|
date | Tue, 24 Feb 2015 19:17:26 +0900 |
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