Tagged Questions
4
votes
2answers
742 views
Why doesn't tar ask before overwriting existing files?
I lost a couple hundred lines of a Vim plugin I wrote and continue back up every so often because I extracted a tar file containing an older version. I decided not to use source control management ...
7
votes
6answers
180 views
Is there any program to provide a consistent interface across multiple archive types?
At the moment, if I download a compressed file, it could be any of a .tar.gz archive, a tar.bz2 arhive, a .zip archive or a .gz archive. And each time I do so, I have to remember what the command line ...