in reply to Lightweight, Platform-Independant Tar

GNU tar (the compiled binary that runs with a constant and fairly small memory footprint) is available for windows and is basically native on all unix/linux, so why not use that? (e.g. via a system call)
  • Comment on Re: Lightweight, Platform-Independant Tar

Replies are listed 'Best First'.
Re^2: Lightweight, Platform-Independant Tar
by DrHyde (Prior) on Nov 04, 2008 at 11:20 UTC
    While GNU tar might very well build on every Unix, it is reasonably common for it to either not be installed, or to not be called tar. It's often called gtar instead.