How can I write a script for finding the files created by a particular user ID in some locations and tar those files in the same location?
|
feedback
|
migrated from stackoverflow.com Jul 13 '11 at 15:53
This question came from our site for professional and enthusiast programmers.
|
Example creating a tarball of all files belonging to the root user anywhere beneath the current directory:
You would replace | |||
feedback
|