1833873 Members
1897 Online
110063 Solutions
New Discussion

please help

 
Muhammad Shamroze
Frequent Advisor

please help

Q.) if you wanted to mail the content of a file to user,how would you do it?

a. mail user<b. mail user<=filename
c. mail userd. mail>filename user


whichone is correct coomand...?
5 REPLIES 5
RAC_1
Honored Contributor

Re: please help

c. mail user
There is no substitute to HARDWORK
Cem Tugrul
Esteemed Contributor

Re: please help

mail user
Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
Vibhor Kumar Agarwal
Esteemed Contributor

Re: please help

c

As < tells mail to take the input from the filename
Vibhor Kumar Agarwal
Tvs
Regular Advisor

Re: please help

answer c
Muthukumar_5
Honored Contributor

Re: please help

You have to use only mail user < filename. It is used to read contents of filename and send a mail with that to user.

hth.
Easy to suggest when don't know about the problem!