[09:23] Morning [10:17] Morning. [10:42] hi [10:42] bye [12:10] Morning peoples, critters and everything else [13:57] I'm trying to use find to find files that are created in last m days from today. I get error that -exec is incomplete..... [13:58] sudo find . -name "*.jpg" -mtime -2 -exec ls -l \{\}\; <-- so what is wrong ? [13:59] instead of the -exec, try this: ... -mtime 2 | xargs ls -l [14:13] the xargs produce full list of directory. If I leve it off, only see two files. [14:14] Never mind. got it to work. [14:25] Grrrr, I keep taking screen shots, but I cannot find the file of the shot. [Ctrl-PrtScr] I hear a camera click. [14:25] yeah, the mtime thing seems to throw off find. [14:35] InHisName: my scrots show up in home