Re: copy

2016-02-25 Thread Dave Finlay
t_dir}" && find . -type f -mtime +10 -name "*.txt" -exec cp --preserve {} "${dest_dir}" \; Dave Finlay On Thu, Feb 25, 2016 at 5:41 PM, Val Krem <valk...@yahoo.com> wrote: > Hi, > > I want to copy files which are older than 10 days with the

Re: Could bash do what make does?

2016-12-06 Thread Dave Finlay
There is an onus on you to use the appropriate mailing list. Bug-bash isn't for make-ing your case, bug-bash is for the bugs. Dave Finlay On Dec 6, 2016 15:44, "Robert Durkacz" <robert.durk...@gmail.com> wrote: On 6 December 2016 at 00:19, Greg Wooledge <wool...@eeg.ccf.o

Re: Could bash do what make does?

2016-12-02 Thread Dave Finlay
his response was of benefit to you. Dave Finlay On Fri, Dec 2, 2016 at 2:29 AM, Robert Durkacz <robert.durk...@gmail.com> wrote: > I agree that is the first step to take, but I am supposing that, since > build systems are a big business, some extensions to bash would be worth > d