Exam 4: Unix-Linux File Processing

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

You can use the ____________________ command to remove specific columns or fields from a file.

(Short Answer)
4.9/5
(36)

The command rmdir can be used to delete a directory that is not empty.

(True/False)
4.8/5
(42)

Match each item with a statement below. -option of the cut command used to indicate that a specific character separates the fields

(Multiple Choice)
4.9/5
(41)

What is the purpose of entering the following command? cp designs-* duplicates

(Essay)
4.8/5
(31)

The ____ command is used to look for patterns in files.

(Multiple Choice)
4.9/5
(29)

What is a shell script?

(Essay)
4.8/5
(37)

You can use the ____________________ command to associate lines in two files on the basis of a common field in both files.

(Short Answer)
4.9/5
(39)

You can complete a project using awk that you cannot complete using a combination of paste,cut,sort,and join.

(True/False)
4.9/5
(34)

Describe some tasks that the awk command can perform.

(Essay)
4.9/5
(39)

Match each item with a statement below. -when deleting a directory with rm,this option is used to recursively delete its files and subdirectories

(Multiple Choice)
4.8/5
(37)

When you use find,it is useful to note that some UNIX versions require the ____ option after the file name to display the names of files.

(Multiple Choice)
4.9/5
(32)

What is a fixed-length record?

(Essay)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(30)

Moving and renaming a file are essentially the same operation.

(True/False)
4.7/5
(32)

Although the touch command cannot alter a file's ____________________ changed date and time,it can alter the file's access and modification dates and times.

(Short Answer)
4.9/5
(31)
Showing 41 - 55 of 55
close modal

Filters

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