Changes

Jump to: navigation, search

NAD710 Lab 4 Answers

449 bytes added, 18:46, 29 September 2008
no edit summary
----
CHALLENGEROption #1: There is no need to use tar or xargs to accomplish this task. It can be performed in it's entirety by the 'find' command. Assuming you have used a command like shown in the answer for question #8 to find all files in /etc/ modified by a particular GUI change, you could modify the command to copy all the located files to your current directory using the following form:  find /etc/ -type f -cnewer ~/stamp --exec cp {} . \; ''- Gregory Masseau''

Navigation menu