diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 02:36:36 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 02:36:36 +0100 |
| commit | 5538f2e0324be41577568029030d097a8a468e6e (patch) | |
| tree | de5a92a0595d55134f2e58f1db333c43e1b85d00 /qmail-qstat.sh | |
| parent | ca6fcdefe9970efe12ae1162d6bd5532e4149a4c (diff) | |
| download | qmail-5538f2e0324be41577568029030d097a8a468e6e.tar.gz qmail-5538f2e0324be41577568029030d097a8a468e6e.tar.bz2 qmail-5538f2e0324be41577568029030d097a8a468e6e.zip | |
[PATCH] big-todo.103
Diffstat (limited to 'qmail-qstat.sh')
| -rw-r--r-- | qmail-qstat.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmail-qstat.sh b/qmail-qstat.sh index 26a6d3f..243f29c 100644 --- a/qmail-qstat.sh +++ b/qmail-qstat.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | cd QMAIL | 1 | cd QMAIL |
| 2 | messdirs=`echo queue/mess/* | wc -w` | 2 | messdirs=`echo queue/mess/* | wc -w` |
| 3 | messfiles=`find queue/mess/* -print | wc -w` | 3 | messfiles=`find queue/mess/* -print | wc -w` |
| 4 | tododirs=`echo queue/todo | wc -w` | 4 | tododirs=`echo queue/todo/* | wc -w` |
| 5 | todofiles=`find queue/todo -print | wc -w` | 5 | todofiles=`find queue/todo/* -print | wc -w` |
| 6 | echo messages in queue: `expr $messfiles - $messdirs` | 6 | echo messages in queue: `expr $messfiles - $messdirs` |
| 7 | echo messages in queue but not yet preprocessed: `expr $todofiles - $tododirs` | 7 | echo messages in queue but not yet preprocessed: `expr $todofiles - $tododirs` |
