Y
Hacker News
new
|
ask
|
show
|
jobs
by
lucaspiller
4335 days ago
Is there a tool that automatically strips this? I keep finding this in Wordpress plugins and themes I download...
2 comments
ivansavz
4335 days ago
On the command line, this should work for tgz:
COPYFILE_DISABLE=1 tar cvzf release.tgz file1 dir1 dir2 ...
or for zip:
zip -r -X release.zip folder_to_compress
via
http://unix.stackexchange.com/questions/9665/create-tar-arch...
and
http://coolestguidesontheplanet.com/how-to-compress-and-unco...
link
jordanlev
4335 days ago
If you use a Mac there is a great utility called "BlueHarvest". It costs a little bit of money, but I've been using it for years and it's fantastic.
link