Refer to Part VII or the info or man pages to determine which command will
a. Display the number of lines in its standard input that contain the word a or A.
b. Display only the names of the files in the working directory that contain
the pattern $(.
c. List the files in the working directory in reverse alphabetical order.
d. Send a list of files in the working directory to the printer, sorted by size.
a. $ command | grep -wci a
b. $ ls *$\(*
c. $ ls -r
d. $ ls -S | lpr
Computer Science & Information Technology
You might also like to view...
When creating a hyperlink to an email address, the protocol designator ________ is automatically added before the email address
Fill in the blank(s) with correct word
Computer Science & Information Technology
To edit and check VBA code, you would click on View Code from the ________
A) Controls group B) Edit group C) Properties group D) Developer group
Computer Science & Information Technology