Don't ask to ask, just ask | |
PerlMonks |
RE: Tarball Cleanerby Anonymous Monk |
on Feb 17, 2000 at 20:50 UTC ( [id://3616]=note: print w/replies, xml ) | Need Help?? |
Some tarballs dont create new directories. This can be bad news. I recently did a rm -rf `tar tvfz blah.tgz` on a tarball that had contained ./ and had made a mess in the cwd Luckily, the "v" saved me, as I assume rm -rf ./ would be pretty bad. In my haste, I have not considered how your code would handle this, but it might be good to check.
In Section
Code Catacombs
|
|