You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the current interpretation of -ctime in the code is Created time, but the interpretation of -c in the GNU manual seems to be Status Changed.
I found that the current interpretation of
-ctime
in the code isCreated
time, but the interpretation of-c
in the GNU manual seems to beStatus Changed
.The following is a piece of relevant code: https://github.com/uutils/findutils/blob/main/src/find/matchers/mod.rs#L412
Manual for the -ctime: https://www.gnu.org/software/findutils/manual/html_node/find_html/Age-Ranges.html#Age-Ranges
The text was updated successfully, but these errors were encountered: