Give a command line to display the types of all the files in the personal directory in your home directory that do not start with letters a, k, G, or Q and the third letter in their name is not a digit and not a letter (uppercase or lowercase).

What will be an ideal response?


The following command performs the given task under Bash. Replace the ! chanracter with ^ if the command is to be executed under the TC shell.
ls -ld ~/personal/[!akGQ]?[!0-9A-Za-z]*

Computer Science & Information Technology

You might also like to view...

What will happen if you try to add duplicate key values in a hash map?

a. The new value will override the old one b. A runtime exception will be thrown c. The new value won't be added to the data structure d. Both values will be stored

Computer Science & Information Technology

A(n) ________ server is a server that stores and manages files for network users

A) e-mail B) database C) print D) file

Computer Science & Information Technology

What does the author say he’s stopped doing when delivering his findings to clients?

a. Doing a live presentation b. Writing a lengthy report c. Suggesting improvements

Computer Science & Information Technology

If a major error is made when typing data into a cell, click the Cancel box in the formula bar or press the ESC key to erase the entire entry, and then reenter the data from the beginning.

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

Computer Science & Information Technology