summaryrefslogtreecommitdiff
path: root/scriptlets/make_exceptions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'scriptlets/make_exceptions.txt')
-rw-r--r--scriptlets/make_exceptions.txt1
1 files changed, 1 insertions, 0 deletions
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