Sponsored Content
Full Discussion: cp | greb
Top Forums Shell Programming and Scripting cp | greb Post 302667983 by bartus11 on Sunday 8th of July 2012 10:15:09 AM
Old 07-08-2012
Check if this gives you files that should be copied:
Code:
stat -c "%y %n" * | awk -F"[ :]" '$2>=9&&$2<17||$2==17&&$3<=30{print $6}'

 
All times are GMT -4. The time now is 03:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy