3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
mdirs /data/mail | mlist | magrep "$@" | msort -d | mseq -S
|
|
mscan
|