xargs|Linux command usage
Use this to copy a list of files to another dir
WSGPD1@wgwprddbsl001 $ find ../../NewPurge/data/ -ctime +3 -print |xargs -i mv {} .
Use this to copy a list of files to another dir
WSGPD1@wgwprddbsl001 $ find ../../NewPurge/data/ -ctime +3 -print |xargs -i mv {} .
Posted by
Stephen Cheng
at
9:20 PM
No comments:
Post a Comment