This website works better with JavaScript
Home
Explore
Help
Sign In
asr
/
nagios-irssi
Watch
3
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Tree:
ff0098870c
Branches
Tags
master
0.4alpha
nagios-irssi
/
bin
/
tailgrep
tailgrep
102 B
History
Raw
1
2
3
4
5
#!/bin/sh
filename=$1
shift
#echo "parametres : $@"
[ "$1" != "" ] && cat $filename | grep $* | tail