|
|
|
|
|
by qbasic_forever
1625 days ago
|
|
Nothing protects against rm -rf by design. You shouldn't use it to blindly clean up and delete files (unless as a last resort or some very specific and careful use case). Just use plain old rm and feed it the explicit list of files to delete, which forces you to actually look at what you're about to do. |
|
You mean, other than backups? Including editor backups, in a separate directory.