From ed04443d3647a1d68ca37b0ca69523b9484bbca2 Mon Sep 17 00:00:00 2001 From: NicholasLee Date: Mon, 21 Sep 2020 00:24:32 +0000 Subject: [PATCH] Added a comment --- ..._72d1b2ff307df69add474a288f92d8c3._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/forum/File_history/comment_5_72d1b2ff307df69add474a288f92d8c3._comment diff --git a/doc/forum/File_history/comment_5_72d1b2ff307df69add474a288f92d8c3._comment b/doc/forum/File_history/comment_5_72d1b2ff307df69add474a288f92d8c3._comment new file mode 100644 index 0000000000..f134700952 --- /dev/null +++ b/doc/forum/File_history/comment_5_72d1b2ff307df69add474a288f92d8c3._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="NicholasLee" + avatar="http://cdn.libravatar.org/avatar/55f6909e71271c68a220adbdf2e0fac7" + subject="comment 5" + date="2020-09-21T00:24:28Z" + content=""" +By file history, I mean old versions of a file. So, if I do something like this: + +touch file.txt +sleep 5 +echo -n \"1\" > file.txt +sleep 5 +echo -n \"2\" >> file.txt + +How do I find copies of the initial and 2nd version (with only \"1\n\") of file.txt? + +Diffs could be done (if meaningful) via command line pipes or whatever. + +"""]]