added doc in checker report
authorFred T. Hamster <fred@feistymeow.org>
Thu, 12 Feb 2026 12:22:15 +0000 (07:22 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Thu, 12 Feb 2026 12:22:15 +0000 (07:22 -0500)
note added, to provide the vim commands i use all the time when processing the output of checker.
in zap the dir, just turned on some debugging noise for when "unimportant" files are whacked.  then we know the extent of the issue, maybe a bit late, but for future research into a note that was reported and pooh-poohed.

scripts/files/zap_the_dir.pl
scripts/rip_burn/checker_report.sh

index 63da413e558f5e1411a3c69d49a03e097caa0fa1..28adf2257a58c8c2989fc5e965ed6178aa265195 100644 (file)
@@ -40,7 +40,7 @@ sub remove_whackables {
     if (! &important_filename($fname)) {
       # it's a junk file; whack it.
       $fname = $from_dir . '/' . $fname;
-#print "whacking: $fname.\n";
+print "whacking unimportant: $fname.\n";
       unlink $fname;
       if (-f "$fname") {
         print "cleaning file: $fname\n";
index ed76dd65d1fcbfc6c4c9bb4429b52a45ab5e6b39..0fe9dc1019d718d44b1eac4ed9b99858ea3a8281 100644 (file)
@@ -4,6 +4,19 @@
 # in such a way that the file count can be very high without blowing its
 # mind, and without any extra headers in the report.
 
+####
+#
+# useful vim patterns for processing the output of the checker report:
+#
+# cleaning cdrom path entries:
+#    :1,$s/.media.fred.CDROM\///
+#
+# cleaning bluray path entries:
+#     :1,$s/.z.archons.bluray_[0-9][0-9]*_arch[^\/]*\///
+#
+####
+
+
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 dirname="$1"; shift