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...
As you type in the Text Pane, the text appears simultaneously in the SmartArt graphic
Indicate whether the statement is true or false
Computer Science & Information Technology
Select the tasks that should be performed when a website is tested.
a. check all of the hyperlinks within the site. b. view the site in a variety of Web browsers. c. view the site in a variety of screen resolutions. d. all of the above
Computer Science & Information Technology