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
You might also like to view...
The _____ category in the Settings app allows you to enable or disable options such as disabling your name and account picture when you use instant messaging.
A. Contact B. Privacy C. Share D. Personal
The _____, named after a nineteenth-century economist, is a widely used tool for visualizing issues that need attention and is drawn as a vertical bar graph.?
A. ?Pareto chart B. ?Gantt chart C. ?Scatter chart D. ?XY chart