Exam 4: Unix-Linux File Processing

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Match each item with a statement below. -can be used with cat to combine the contents of two files

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

D

A sorting ____ is a field position within each line.

Free
(Multiple Choice)
5.0/5
(38)
Correct Answer:
Verified

B

When you are moving files,using the -o option with the mv command can be a good idea so that you don't unexpectedly overwrite a destination file with the same name.

Free
(True/False)
4.7/5
(29)
Correct Answer:
Verified

False

When you no longer need a file,you can delete it using the ____ command.

(Multiple Choice)
4.8/5
(25)

Consider a simple file,called vegetables,containing the following four lines: Carrots Spinach Lettuce Beans We also have a bread file that contains the following four lines: Whole wheat White bread Sourdough Pumpernickel What will be the result of executing the following command? paste -d',' vegetables bread > food

(Essay)
4.8/5
(37)

If you execute ____,the contents of file1 are sorted and the results are stored in file2.

(Multiple Choice)
4.9/5
(39)

When you use the paste command,by default,the pasted results appear in columns separated by commas.

(True/False)
4.8/5
(31)

Character special files are used by input-output devices for communicating one character at a time,providing what is called ____ data.

(Multiple Choice)
4.8/5
(39)

You can use the ____ operator to redirect commands or program error messages from the screen to a file.

(Multiple Choice)
4.9/5
(44)

You can use the ____ command to create empty files.

(Multiple Choice)
4.9/5
(26)

UNIX-Linux store data,such as letters,product records,or vendor reports,in flat ASCII files.

(True/False)
4.8/5
(42)

To move a file,you use the ____ command along with the source file name and destination name.

(Multiple Choice)
4.9/5
(35)

What is Awk?

(Essay)
4.9/5
(41)

Match each item with a statement below. -option of the mv command that overwrites a destination file with the same name,if the source file is newer than the one in the destination

(Multiple Choice)
4.9/5
(31)

When you no longer need a directory,you can use command ____ to remove it.

(Multiple Choice)
4.7/5
(31)

The paste command normally sends its output to ____.

(Multiple Choice)
4.8/5
(35)

Match each item with a statement below. -option of the cp command that provides a warning before an existing file with the same name is overwritten

(Multiple Choice)
5.0/5
(35)

Match each item with a statement below. -combines files side by side

(Multiple Choice)
4.9/5
(34)

To redirect the list of the files in a directory to a file called homedir.list,you enter ____.

(Multiple Choice)
4.7/5
(31)

The ____ option of the find command displays files that have been changed within the last n minutes.

(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 55
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)