4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
#!/bin/sh
|
||
|
mdirs /data/mail | mlist | magrep "$@" | msort -d | mseq -S
|
||
|
mscan
|