5 lines
131 B
Plaintext
5 lines
131 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd log/logdir || exit 1
|
||
|
cat @* current | grep -v -eolder -esending -esockets -e'reply from.*offset' -executing | $PAGER
|