On 11/1/05, Thiago Lüttig <[EMAIL PROTECTED]> wrote: > Hi. I Know, this question is stupid, but i simply don' t remenber how to do > that :'( > > I need to redirect an script output to the mail command. how ?? i've tried > the following: > > ./script.sh > mail [EMAIL PROTECTED] > > but the bash says [EMAIL PROTECTED] command not found. >
Wot I used to do was $ mail some1 < some command -- There are 3 kinds of people in the world: Those who can count, and those who can't. -- [email protected] mailing list

