Greetings!
Attempting to recall what the syntax is for the find command in order to locate files created by two different users. Goal is to take the files created by these two users in /tmp and tar in a different directory with date stamp). Thus far:
tar -cvf /db2/eomrpts/`date +"%y%m%d`.tar `find /tmp "-user one | -user 2" -mtime 0`
Many thanks for your help!
Regards,
-Michelle
Attempting to recall what the syntax is for the find command in order to locate files created by two different users. Goal is to take the files created by these two users in /tmp and tar in a different directory with date stamp). Thus far:
tar -cvf /db2/eomrpts/`date +"%y%m%d`.tar `find /tmp "-user one | -user 2" -mtime 0`
Many thanks for your help!
Regards,
-Michelle