We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tanmay@tanmay-lenovo:~/Desktop/projects/uutils/diffutils$ diff -c fruits_old.txt fruits_new.txt *** fruits_old.txt 2024-03-24 23:43:05.189597645 +0530 --- fruits_new.txt 2024-03-24 23:35:08.922581904 +0530 *************** *** 1,3 **** Apple ! Banana Cherry --- 1,3 ---- Apple ! Fig Cherry tanmay@tanmay-lenovo:~/Desktop/projects/uutils/diffutils$ cargo run -- -c fruits_old.txt fruits_new.txt Finished dev [unoptimized + debuginfo] target(s) in 0.01s Running `target/debug/diffutils -c fruits_old.txt fruits_new.txt` *** fruits_old.txt --- fruits_new.txt *************** *** 1,3 **** Apple ! Banana Cherry --- 1,3 ---- Apple ! Fig Cherry
The text was updated successfully, but these errors were encountered:
Display modification times of input files in context diff
42eb15b
Fixes uutils#31
0941828
Unified diffs also display the file modification timestamp. The format is documented in the manual.
Sorry, something went wrong.
Yeah, right! I can't believe I missed this one.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: