bug-findutils
[Top][All Lists]
Advanced

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

Re: find's %Y


From: jidanni
Subject: Re: find's %Y
Date: Wed, 07 Apr 2010 14:30:47 +0800

So I thought cd'ing to /tmp would help
(cd /tmp
find "${DESTDIR}" -type l -printf '%p %Y\n' | sed -n 's/ [LN]$//p' \
        | xargs --verbose -rL1 rm -f
)
however the files got zapped anyway. So it's back to the random %Y
accuracy theory.




reply via email to

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