The command:
tar xjf conf.tbz 2>/dev/null
breaks on Solaris 10 with the following error:
tar: j: unknown function modifier
Usage: tar
{c|r|t|u|x}[BDeEFhilmnopPqvw@[0-7]][bfk][X...]
[blocksize] [tarfile] [size] [exclude-file...] {file |
-I include-file | -C directory file}...
Maybe use an uncompressed tar archive and/or pipeline
the compression process?
Regards,
Z