File: comment_5_72d1b2ff307df69add474a288f92d8c3._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (19 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.

"""]]