Match each item with a statement below.

A. An invoked interface that parses and interprets command lines and code for execution on behalf of a user interface or program process
B. A string used to specify the location of resources, such as shared files or devices
C. A command in Windows 10 that displays text to the standard output device
D. A small command in PowerShell
E. A command in CentOS 7 that searches a file or files by keyword
F. A term used in the CentOS 7 man pages to describe the syntax of commands
G. A temporary connection between two commands, represented by the | symbol
H. To change the direction of command output or input from the standard location
I. A command in CentOS 7 that displays the contents of an ASCII file on the standard output device
J. A command that allows backward movement when you view file contents


A. shell
B. UNC
C. ECHO
D. cmdlet
E. grep
F. synopsis
G. pipe
H. redirect
I. cat
J. less

Computer Science & Information Technology

You might also like to view...

Which function could be used to simplify the process of string validation?

a. length b. isReal c. isString d. toLower

Computer Science & Information Technology

Visiting all nodes of a binary tree in some methodical fashion is known as

A) climbing the tree. B) traversing the tree. C) walking through tree. D) branching out along the tree. E) None of the above

Computer Science & Information Technology

You can use the ____ Tool to draw free-form curves.

a. Line b. Slant c. Curve d. Pencil

Computer Science & Information Technology

A storage area for files that have been deleted is called the ________

A) Garbage Bin B) Recycle Bin C) Deleted Files Bin D) Trash Bin

Computer Science & Information Technology