Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
# make a file with mod time 01/01/2005 at the zeroeth minute
touch 0101000005 /tmp/markerfile
#this find is all one line
find /3mil_dir -type -f ! -newer /tmp/markerfile -exec mv {} /dir_with_room \;
# then look through /dir_with_room to make sure you didn't overgrab.
#
# or you could just make an ls pass to confirm, as scott suggested
Alan Bennett said:I don't mind people who aren't what they seem. I just wish they'd make their mind up.