|
Guys I packed some files using
7zip tar | srep | 7zip_lzma (don't remember exact command)
now the problem is that while i am extracting it via
7za e -txz -y data3.bin -so | srep64 -d -hash- -s -- | 7za x -ttar -y -si -oData3\ *.out *.raw -r
the pipe automatically closes after extracting a file of 4083387777 bytes(3.80Gb)
i try many different commands bt problem still persists
any help please...
|