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.

użyjemy do tego poelcenia find

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

ścieżka/do/głównego/katalogu zastępujemy naszą ścieżką gdzie chcemy skasować pliki.

How useful this post was?

How useful this post was, How useful this post was!

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

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