aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/finding_duplicate_files
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkaBh9VNJ-RZ26wJZ4BEhMN1IlPT-DK6JA <Alex@web>2013-04-01 23:32:24 +0000
committerGravatar admin <admin@branchable.com>2013-04-01 23:32:24 +0000
commitfb04e7953c03b1ba4cfc6a80bcf7364ee0190ccd (patch)
tree56d9ba2979e875f3159e99fb36b00e5e1be2d7e3 /doc/tips/finding_duplicate_files
parent54f96ff98d1950ea42a7c631010223c5c5d94d0f (diff)
Added a comment: printing keys first is the easiest workaround
Diffstat (limited to 'doc/tips/finding_duplicate_files')
-rw-r--r--doc/tips/finding_duplicate_files/comment_5_1a35ca360468bcb84a67ad8d62a2ef7d._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tips/finding_duplicate_files/comment_5_1a35ca360468bcb84a67ad8d62a2ef7d._comment b/doc/tips/finding_duplicate_files/comment_5_1a35ca360468bcb84a67ad8d62a2ef7d._comment
new file mode 100644
index 000000000..23beb779f
--- /dev/null
+++ b/doc/tips/finding_duplicate_files/comment_5_1a35ca360468bcb84a67ad8d62a2ef7d._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkaBh9VNJ-RZ26wJZ4BEhMN1IlPT-DK6JA"
+ nickname="Alex"
+ subject="printing keys first is the easiest workaround"
+ date="2013-04-01T23:32:23Z"
+ content="""
+Since the keys are sure to have nos paces in them, putting them first makes working with the output with tools like sort, uniq, and awk simpler.
+"""]]