rmg51 | Morning | 09:23 |
---|---|---|
JonathanD | Morning. | 10:17 |
teddy-dbear | hi | 10:42 |
teddy-dbear | bye | 10:42 |
teddy-dbear | Morning peoples, critters and everything else | 12:10 |
InHisName | 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:57 |
InHisName | sudo find . -name "*.jpg" -mtime -2 -exec ls -l \{\}\; <-- so what is wrong ? | 13:58 |
waltman | instead of the -exec, try this: ... -mtime 2 | xargs ls -l | 13:59 |
InHisName | the xargs produce full list of directory. If I leve it off, only see two files. | 14:13 |
InHisName | Never mind. got it to work. | 14:14 |
InHisName | Grrrr, I keep taking screen shots, but I cannot find the file of the shot. [Ctrl-PrtScr] I hear a camera click. | 14:25 |
waltman | yeah, the mtime thing seems to throw off find. | 14:25 |
jedijf | InHisName: my scrots show up in home | 14:35 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!