Fixed find constraints.

This commit is contained in:
Achim D. Brucker 2019-01-28 23:13:56 +00:00
parent fa52a9a1da
commit 7f44b32b70
1 changed files with 0 additions and 1 deletions

View File

@ -6,6 +6,5 @@ set -o nounset
set -x
find $1 \
-type d \
-name "[a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p][a-p].[0-9][0-9][0-9].tar" \
-exec xz {} \;