total noob to piping.
i wanna decompress with rzm and then srep but without making files on hdd between these stages (to reduce I/O overhead)
anyone know if/how i can do this ?
total noob to piping.
i wanna decompress with rzm and then srep but without making files on hdd between these stages (to reduce I/O overhead)
anyone know if/how i can do this ?
Last edited by SvenBent; 7th December 2011 at 11:55.
updatea
actually i would like to further pipe this into tar or 7zip to extract the STORED files inside the archive.
i'm trying to make a patch that needs a good compression rate but fat decompression.
thet patch consist of 24817 files in 677 folder at a size of 3,45 GB (3.710.081.282 bytes)
progreams you are using should support stdin/atdout. that's true for srep and tar, not sure about rzm
AFAIK 7z (console, V9.22 x64) can not handle correctly stdin/out. (I can't use it with ISDone & FA). I dont know anything about rzm.
IMHO SREP and FA's internal LZMA is fast enough and you can 'pipe' it using ISDone.![]()
Last edited by qqbenko; 7th December 2011 at 21:06.
~20 mins and i'll send you a PM.