Fix xargs

This commit is contained in:
Sayantan Santra 2022-10-18 19:50:14 -05:00
parent 37ab1262d8
commit 87b51de9bf
1 changed files with 1 additions and 1 deletions

View File

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