in reply to Re: Compress and uncompress directories using perl on Windows without disturbing the internal directory structure
in thread Compress and uncompress directories using perl on Windows without disturbing the internal directory structure

Can you please provide a short coding for the same? " I do have a coding, but its not working on Windows in shell script" tar cpf - sp |(chdir ${A}\\${B}\\Base; tar xpf -)
  • Comment on Re^2: Compress and uncompress directories using perl on Windows without disturbing the internal directory structure

Replies are listed 'Best First'.
Re^3: Compress and uncompress directories using perl on Windows without disturbing the internal directory structure
by marto (Cardinal) on Mar 18, 2012 at 15:57 UTC

    The second link I provided has working code.