autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please help


From: Bob Proulx
Subject: Re: Please help
Date: Thu, 25 Oct 2007 14:05:08 -0600
User-agent: Mutt/1.5.13 (2006-08-11)

Bob Proulx wrote:
>   find . -type f -print0 | xargs -r0 touch --reference .
>   make clean
>   make

That was cut from an old saved message.  I will update it to the
current find use avoiding the -print0 and say that I should have said
this instead:

  find . -type f -exec touch --reference . {} +

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]