0
Q:

zip file ignoring directory starting with dot

if you are using 
zip -r 1.zip *
this will ignore the hidden directories(dot directory)

To include the dot directory use the below format. 
it includes everything in that directory
zip -r 1.zip .
0

Tags

New to Communities?

Join the community