Deletes all .listing files in a given folder and subfolders

Below is a very simple trick to delete all .listing files from directories and their subdirectories.

we will use the find command for this

SeoHost.pl

find /ścieżka/do/głównego/katalogu -type f -name ".listing" -exec rm {} \;

path/to/root/directory replace with our path where we want to delete the files.

How useful this post was?

How useful this post was, to evaluate it!

How useful this post was 0 / 5. How useful this post was: 0

How useful this post was! How useful this post was.