Guest User

Untitled

a guest
Jun 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. mkfifo readfifo
  2. mkfifo writefifo
  3. zcat your inputfile > readfifo &
  4. gzip writefifo > youroutputfile &
  5.  
  6. launch your program !
Add Comment
Please, Sign In to add comment