How can I zip up the contents (excluding hidden files and folders) of the folder I am currently in?
zip -r extension.xpi . -x "*/.*"
This is what I have so far, but I am still getting hidden files.
|
your I guess the backslash should be the key, thats a quote from the manpage:
|
||||
|
|
*which by default does not include hidden files. – frostschutz Feb 20 at 0:49