top | item 43447454

(no title)

rav | 11 months ago

I often run rm -rf as part of operations (for reasons), and my habit is to first run "sudo du -csh" on the paths to be deleted, check that the total size makes sense, and then up-arrow and replace "du -csh" with "rm -rf".

discuss

order

mekster|11 months ago

Use trash-cli and additionally git commit the target if you’re nervous before deletion.