You have a file in your home directory called tryit&. Rename this file. What command did you use?
What will be an ideal response?
Since & is a shell metacharacter, we need to escape it in the mv command with the \ character. mv tryit\& tryit_new
Computer Science & Information Technology
You might also like to view...
Individual variables, compiler assigned global variables, register addressing, and multiple operands addressed and accessed in one cycle are characteristics of __________ organizations.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The ________ HTML5 element is used to contain tangential or supplemental content.
a. header b. main c. aside d. section
Computer Science & Information Technology