#! /bin/bash find /home/user/Завантаження -type f -mtime +37 -print0 | xargs -0 rm -f find /home/user/Завантаження -type d -empty -exec rmdir {} \;