-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
touch: fix f flag #8274
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
touch: fix f flag #8274
Conversation
|
please add a test to make sure we don't regress |
|
GNU testsuite comparison: |
Co-authored-by: Sylvestre Ledru <[email protected]>
I'm working on it.. |
|
Just confirming, GNU touch utility explicitly documents its -f flag in --help, is it intended to be hidden in this implementation? |
|
Also fyi: https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
Co-authored-by: Daniel Hofstetter <[email protected]>
Co-authored-by: Daniel Hofstetter <[email protected]>
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
Thanks for your PR! |
Fixes #8270
Add support for the -f (force) flag in the touch utility.