Saturday, 4 April 2015

Unix command to copy files to a folder

Unix command to copy files to a folder.


find ./ -maxdepth 1  -type f -name "*.jpg" -mtime +200 -exec cp {} /backup/ \;  This command moves Files to some folder.

No comments:

Post a Comment

The purge process did not run because the Oprid configured to start the Process Scheduler did not have the required permissions to run the purge process.

  Purge process - Required permissions The PeopleSoft Oprid used to start the Process Scheduler, as defined in the Scheduler's psprcs.cf...