The command to delete all the files that have filenames that starts with letter C or c and ends with a letter Z or z is
a: rm all Cc Zz
b rm [Aa]*[Zz]
c: rm [A-a]*[Z-z]
d: rm [Aa][Zz]*
e: rm [Aa]?[Zz]
b rm [Aa]*[Zz]
Computer Science & Information Technology
You might also like to view...
The concept of _____________ relates to providing a single resource that is configured for optimal display on multiple types of devices.
a. hierarchical b. accessibility c. One Web d. fluid layout
Computer Science & Information Technology
Google's ________ search operator searches the web for the definition of a specified word
Fill in the blank(s) with correct word
Computer Science & Information Technology
The ADT binary search tree is value-oriented.
What will be an ideal response?
Computer Science & Information Technology
A(n) ____________________ can be created to speed up commonly performed tasks.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology