QuestionQ8
Basic Unix SkillsWhich command emails the contents of the myconfigfile file to [email protected]?
- A cat myconfigfile | mail [email protected]
- B cat myconfigfile > [email protected]
- C mail [email protected] | cat myconfigfile
- D mail [email protected] > cat myconfigfile
- E mail myconfigfile -r [email protected]
Community Discussion