Fix xargs in cleanup

This commit is contained in:
Sayantan Santra 2022-10-18 18:59:59 -05:00
parent 623dc7179b
commit d8ff7beef7

View file

@ -217,4 +217,4 @@ find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \
| sort -rn \ | sort -rn \
| tail -n +6 \ | tail -n +6 \
| cut -f2- \ | cut -f2- \
| xargs -r r | xargs -r -I {} rm {} \;