From 14a892e627a375334a02381351f139d94ad7ecf3 Mon Sep 17 00:00:00 2001 From: ダカマ Date: Mon, 2 Jun 2025 13:08:46 +0200 Subject: First dump --- scriptlets/make_exceptions.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 scriptlets/make_exceptions.txt (limited to 'scriptlets/make_exceptions.txt') diff --git a/scriptlets/make_exceptions.txt b/scriptlets/make_exceptions.txt new file mode 100644 index 0000000..2123225 --- /dev/null +++ b/scriptlets/make_exceptions.txt @@ -0,0 +1 @@ +for file in $(ls | grep -oE "[^_]+_p[1-9]+\..*$" | sed -r "s|_.*||g" | sort | uniq); do ls *$file* | sort | sed -r "s|^|$(pwd)\/|g" | tr "\n" " " >> exceptions.txt ; echo -e "" >> exceptions.txt; done -- cgit v1.2.3