Assume a script stores certain information in a variable named RESULT. What line could you put in the script that would send the contents of RESULT to the email address specified by the first argument on the command line?

What will be an ideal response?

echo "$RESULT" | /usr/sbin/sendmail $1

Computer Science & Information Technology

You might also like to view...

To ________ a single file within the same device, select the file and drag it to the appropriate folder

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ function returns a value of TRUE only when ALL specified conditions are true

A) OR B) AND C) IF D) VLOOKUP

Computer Science & Information Technology