This commit is contained in:
Antonio J. Delgado 2024-11-20 10:35:33 +02:00
parent e035757a19
commit 1de61861da

View file

@ -12,4 +12,4 @@ do
else else
echo "Unknown channel" echo "Unknown channel"
fi fi
done <<< "$(find . -mindepth 1 -maxdepth 1 -type f| grep -Eo '\[[0-9a-zA-Z\-_]{11}\]' | tr -d '[]')" done <<< "$(find . -mindepth 1 -maxdepth 1 -type f| grep -Eo '\[[0-9a-zA-Z\-_]{11}\]' | tr -d '[]' | sort | uniq)"