The command to list all the files that have filenames that starts with letter a and ends with a number from 1to 5 is
a: ls a?1-5
b ls a[1-5]*
c: ls a*[1-5]
d: ls *a*[1,5]*
e: ls ?a?1?5
c: ls a*[1-5]
Computer Science & Information Technology
You might also like to view...
Formulas cannot include more than two functions.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A copyright can protect an idea
Indicate whether the statement is true or false
Computer Science & Information Technology
You can tell a lot about a built-in method when you see how it is used. What can you tell about the built-in Pow() method (used to raise a number to a power) from the following statement?double result = Math.Pow(2.0, 3.0);
What will be an ideal response?
Computer Science & Information Technology
What wavelength is used on 10GBaseSW fiber-optic cabling?
A. 1310 nm B. 850 nm C. 1300 nm D. 1550 nm
Computer Science & Information Technology