dirwatch suggestion

Post Reply
dicko
Junior Member
Posts: 3
Joined: 20 Nov 2010, 19:03

dirwatch suggestion

Post 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
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Re: dirwatch suggestion

Post by chirpy »

Thank you for that. I'll look into implementing it.
Post Reply