PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] -newer
Date: Friday, 11 Sep 2020, 08:54:38


    > Message Posted By: Unknown
    >
    > When parsing the command line, do we ever use lstat() to read the file
    > after -newer? If not, why? (in your test cases it seems like you don't)

Whether you use stat() or lstat() depends on whether or
not you are following symbolic links.

--Stan-
PREV INDEX NEXT