December 2, 2011 | In: How-to vychytávky
find podľa dátumu
Najdi subory z určitého dátumu
najdi fajly z dnes po 10:30:
touch -t `date +%m%d1030` /tmp/$$
find ./ -type f -newer /tmp/$$ ! -name '.*'
rm /tmp/$$
find pocita s 24h cyklom takze mozeme pocitat aj neako takto: za poslednych 24h * 0.02
find ./ -iname '*.php' -mtime -0.02
Comments are closed.