Tong wrote:
> what's a good way to apply a future date to thousands of files?
>   
I do it within the script that creates the file(s):

# Touch file once to set date/time stamp to now
/bin/touch /usr/local/bin/$1.out.call

# Touch file again with a 150 second future date
/bin/touch -r /usr/local/bin/$1.out.call -F 150 /usr/local/bin/$1.out.call

Doug

-- 
 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety."


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to