Page 1 of 1

dirwatch suggestion

Posted: 20 Nov 2010, 19:22
by dicko
To sort the listing by time, so the email shows the changed files more obviously.


4091c4091
> my $cmdpid = open3($childin, $childout, $childout, "$config{LS} --full-time -lAR $file");
---
< my $cmdpid = open3($childin, $childout, $childout, "$config{LS} --full-time -lARt $file");

regards

dicko

Re: dirwatch suggestion

Posted: 05 Dec 2010, 09:12
by chirpy
Thank you for that. I'll look into implementing it.