incluir ficheiros ocultos na compactação
9 Nov 2011
$ shopt -s dotglob
$ tar -cvpzf test.tgz ./*
$ shopt -u dotglob # to disable the shell option
$ shopt -s dotglob
$ tar -cvpzf test.tgz ./*
$ shopt -u dotglob # to disable the shell option