zip -r
normally zip -r works fine for me but this code will return zip file structure invalid error:
zip -r directory.named.foo directory.named.foo
if the name of the directory did not include the "." there would be no issue. i see in man zip that the "." is not recommended with the -r flag but i couldn't quite figure out the alternative. i see the finder can do it so i'm sure there must be a way. 🙂 any help is appreciated.
thanks,
rick
macbook, Mac OS X (10.5.8)