I usually download lots of images and often clean up with a cleanup.sh file, that only contains a rm -rf *
command.
My query is, I want to know how many times a do it. Like say, in another file I wanna append the info that file has been executed. Is their any way?