Last night I had a script go a bit crazy and create a bunch of directories between 3:00 and 3:09am. Is there a quick one liner that will hunt these down and remove them for me?
|
feedback
|
|
If you can search for the first and last (chronological) directories you want to delete, then you can use find:
And if the output suits you, go for the delete
or with explicit date stamps:
| ||||
feedback
|
|
you can try this, if you are working in just one directory and the 5th field of the
| ||||
|
feedback
|
|
simply use find
| ||||
|
feedback
|