[LUGOS] Iskanje datotek s časom spremembe v prihodnosti

Jernej Simončič jernej.listsonly at ena.si
Sat Apr 24 21:35:51 CEST 2010


On Saturday, April 24, 2010, 21:10:10, Jure Kobal wrote:

> find . -type f -newer tmpfile.txt > list.txt

Hvala, na newer sem pozabil.

TF="`mktemp`"
touch -d "+10 years" "$TF"
find /pub/samba -type f -newer "$TF" -print0 | xargs -0 touch
rm -f "$TF"

-- 
< Jernej Simončič ><><><><>< http://eternallybored.org/ >

It is more shameful to distrust one's friends than to be deceived by them.
       -- La Rochefoucauld's Law



More information about the lugos-list mailing list