diff options
author | ダカマ <dakama@kakeranoumi.xyz> | 2025-06-02 13:08:46 +0200 |
---|---|---|
committer | ダカマ <dakama@kakeranoumi.xyz> | 2025-06-02 13:08:46 +0200 |
commit | 14a892e627a375334a02381351f139d94ad7ecf3 (patch) | |
tree | e7c1ee5040f3076f57401b3b9e9eb567e2ecfb1a /scriptlets/make_exceptions.txt |
Diffstat (limited to 'scriptlets/make_exceptions.txt')
-rw-r--r-- | scriptlets/make_exceptions.txt | 1 |
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 |