From 4e06d64158f4d6e9fd678a790326a3a5f25f3fb0 Mon Sep 17 00:00:00 2001 From: "beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec" Date: Tue, 17 Oct 2023 10:28:51 +0000 Subject: [PATCH] Added a comment --- ..._62bb4be1b31bd64a046763f68a2953ce._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/forum/duplicates_with_suffixes_differing_only_in_case/comment_2_62bb4be1b31bd64a046763f68a2953ce._comment diff --git a/doc/forum/duplicates_with_suffixes_differing_only_in_case/comment_2_62bb4be1b31bd64a046763f68a2953ce._comment b/doc/forum/duplicates_with_suffixes_differing_only_in_case/comment_2_62bb4be1b31bd64a046763f68a2953ce._comment new file mode 100644 index 0000000000..b07864e829 --- /dev/null +++ b/doc/forum/duplicates_with_suffixes_differing_only_in_case/comment_2_62bb4be1b31bd64a046763f68a2953ce._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec" + nickname="beryllium" + avatar="http://cdn.libravatar.org/avatar/62b67d68e918b381e7e9dd6a96c16137" + subject="comment 2" + date="2023-10-17T10:28:51Z" + content=""" +Apologies again. I've realised that my count of the find command is totally wrong. It should be: + +[[!format sh \"\"\" +$ find . -path .git -o \( \! -type d -print \) | wc -l +\" +\"\"\"]] + +The reason being... for some reason I have some files that contain the key, and some actual symbolic links, all intermixed. + +Is there something I should do to make this all uniform? + +"""]]