Next | Welcome to my ~/bin | 62 |
The process of turning a common shell command into a program continues
Once I had sortby I found that I was frequently doing
sortby -f x-spam-level -v +junkmail/spamassassin
So now I have a shell function:
sortspam=() { sortby -f x-spam-level +junkmail/spamassassin $* }
continued...
Next | Menu | Copyright © 2005 M. J. Dominus |