Print when process ends

This commit is contained in:
Sayantan Santra 2022-10-20 21:03:54 -05:00
parent 9cd7d9888b
commit 7d9e1eaa40

View file

@ -224,3 +224,5 @@ find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \
| cut -f2- \
| xargs -r -I {} rm "./archive/{}"
find ./logs -mtime +7 -exec rm {} \;
echo "Done!"$'\n'"************************************"