Is there a way to do this? #483
Unanswered
nothing2obvi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a path
/media.I'd like to periodically delete everything in
/mediapast a certain age, and I know how to do that. But how do I delete everything in/media/stuff/one, including empty folders, but keep/media/stuff/onewhen itself becomes an empty folder?The only way I can think of is to make a specific rule for
/media/stuff/one, not just for/mediaas a whole.Beta Was this translation helpful? Give feedback.
All reactions