Skip to main content
2 of 2
Add italics and link
raf
  • 170
  • 1
  • 8

Disclaimer: I am the current author of rawhide (rh) program that is used in this answer (see https://github.com/raforg/rawhide):

rh -UUU '"*/rules/*.pdf".path' 

The '"*/rules/*.pdf".path' argument searches for pdf files inside/under directories named "rules".

The -UUU argument unlinks/deletes/removes the matching files.

raf
  • 170
  • 1
  • 8