Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement -anewer and -cnewer #370

Closed
hanbings opened this issue May 10, 2024 · 0 comments · Fixed by #386
Closed

Implement -anewer and -cnewer #370

hanbings opened this issue May 10, 2024 · 0 comments · Fixed by #386

Comments

@hanbings
Copy link
Collaborator

refer: https://www.gnu.org/software/findutils/manual/html_node/find_html/Comparing-Timestamps.html

Test: -anewer reference
Test: -cnewer reference
Test: -newer reference

True if the time of the last access (or status change or data modification) of the current file is more recent 
than that of the last datamodification of the reference file. 
As such, ‘-anewer’ is equivalent to ‘-neweram’, ‘-cnewer’ to ‘-newercm’, and ‘-newer’ to ‘-newermm’.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant