If you accidentally create a filename that contains a nonprinting character, such as a CONTROL character, how can you remove the file?

What will be an ideal response?


Use some unique characteristic of the filename along with wildcard charac-
ters to specify the file. Confirm the ambiguous file reference works by using

echo before you attempt to use it with rm. For example, assume you want
to remove the file named abCONTROL-Txyz. The following commands test an
ambiguous file reference to make sure it does not refer to any other files and
then remove the file using the reference
$ echo ab?xyz
abxyz
$ rm ab?xyz

Computer Science & Information Technology

You might also like to view...

When you have several pages in a web site, you will probably want to use the same style sheet for each page to ensure that all your elements have a(n) dynamic appearance.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

With a Web service, the provider defines a(n) ____ for the response that the service will generate.

A. basis B. index C. format D. URL

Computer Science & Information Technology

Which of the following is the most secure encryption scheme that can be used?

A. Symmetric cipher B. One-way hash C. Steganography D. One-time pad

Computer Science & Information Technology

Which of the following identifies customers and stores all customer-related data, particularly contact information and data on any direct contact with customers?

A. ERP B. CRM C. GRC D. ESB

Computer Science & Information Technology