. Give a command line to display types of all the files in your ~/linux directory that start with the word chapter, are followed by a digit 1, 2, 6, 8, or 9, and end with .eps or .prn.
What will be an ideal response?
ls -l ~/linux/chapter[1,2,6,8,9].{eps, prn}
Computer Science & Information Technology
You might also like to view...
Which of the following is the physical topology when a hub is used to connect network nodes?
A. bus B. mesh C. ring D. star
Computer Science & Information Technology
What console can be used to enable, disable, start, or stop a service?
A. msconfig B. services.msc C. devmanage.msc D. taskmgr
Computer Science & Information Technology
This must be done to the citations before a table of authorities can be created
a. Append b. Attach c. Mark
Computer Science & Information Technology
Every method that has a returntype other than ________must have a returnstatement in the body.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology