On Fri, Apr 12, 2019 at 5:30 PM Pierre Labastie <[email protected]> wrote:
>
> Thanks a lot. It's getting late here, so I have no time to fully review 
> tonight.
>
> Just one thing for now. I see you have used:
>
> find <filename> -exec stat -c '%Y' {}
>
> I'm not sure the syntax for find is correct, but anyway, since it is about
> finding a single file, why not use directly:
>
> stat -c '%Y' <filename>

You're right, that would work just as well. I think I just get used to
switching from 'ls' to 'find' in scripts. I'll send an updated patch.

JH
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to