Detect, report, and clean binary files that:
if [ -d ~/bin ]; then find ~/bin -type f -perm -001 -atime +30 -exec echo "Consider removing: {}" ; fi
I’ll break this down and develop a around it.
Related search suggestions (to try yourself):
Detect, report, and clean binary files that:
if [ -d ~/bin ]; then find ~/bin -type f -perm -001 -atime +30 -exec echo "Consider removing: {}" ; fi
I’ll break this down and develop a around it.
Related search suggestions (to try yourself):