/[Frey]/branches/zimbardo/bin/log.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/zimbardo/bin/log.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1172 - (show annotations)
Sun Jul 5 21:40:16 2009 UTC (14 years, 11 months ago) by dpavlin
File MIME type: application/x-sh
File size: 170 byte(s)
branch for localisation

1 #!/bin/sh
2
3 last_logs=`ls -at var/log/*.log | head -3`
4
5 if [ ! -z "$1" ] ; then
6 grep "$*" $last_logs | vi -R -
7 exit
8 elif [ ! -z "$last_logs" ] ; then
9 vi $last_logs
10 fi
11

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26