On my application server, I'd like to keep a history of my releases. However, I do not want to keep all of them, because we rarely have to do rollback for very old releases.
So I'd like to know which command to delete all but the latest three releases.
Thank you!