Add a line that starts with #! (Sobell, page 297) to the beginning of short to make sure it is executed by bash.

What will be an ideal response?

$ cat short
#!/bin/bash
echo 'hi there'

Computer Science & Information Technology

You might also like to view...

Which of the following statements regarding security policies are TRUE?

A. An organizational security policy must be supported by all stakeholders. B. An organizational security policy must be established by management. C. An organizational security policy should be reviewed on a regular basis. D. An organizational security policy should control the business objectives. E. Statements a, b, and c only F. Statements b, c, and d only G. All the statements

Computer Science & Information Technology

A copy constructor has _________ parameters.

(a) zero (b) one (c) two (d) three

Computer Science & Information Technology