Write a command pipeline to find files in a directory hierarchy (e.g. your home directory) that have not been accessed for 30 days and compress them.

What will be an ideal response?


This script uses find with the –atime argument to generate the list of files and then uses gzip to
compress the files.

Computer Science & Information Technology

You might also like to view...

Each event has an associated event property.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is not a word character?

a. w b. 0 c. _ d. &

Computer Science & Information Technology

Draw a sequence diagram showing the interactions of objects in a group diary system, when a group of people are arranging a meeting.

What will be an ideal response?

Computer Science & Information Technology

An object, such as a label or text box, in a form or report that enables individuals to view or manipulate information stored in tables or queries

a. Focus b. Data c. Control

Computer Science & Information Technology