summaryrefslogtreecommitdiff
path: root/scriptlets/make_exceptions.txt
blob: 2123225e410335e75e7ed40a31d7742a964318e0 (plain)
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