table of contents
| BIABAM(1) | General Commands Manual | BIABAM(1) |
NAME¶
biabam - biabam is a bash attachment mailerSYNOPSIS¶
biabam filename[,filename2...] [ -s subject] recipient[,recipient2...]DESCRIPTION¶
The given filename(s) gets mailed to all recipients. The body of the message is read on standard input.EXAMPLE¶
echo "Here are the tarballs you requested" | \
biabam foobar-0.7.8.tar.gz,coolapp-0.4.3.tar.gz,otherapp-4.3.0.tar.gz \
-s "Answer to your request" john@doe.org,irene@prima.org,cira@alpispa.es
AUTHOR¶
This manpage was originally written by Bastian Kleineidam <calvin@debian.org> for the Debian distribution of biabam.| 16 January 2003 |