source: other-projects/expeditee-release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/switches/stdout.htm@ 28714

Last change on this file since 28714 was 28714, checked in by ak19, 10 years ago

jts21 - Customising the shared/linux folder for expeditee, meaning that now it's no longer an svn:external from greenstone. Add self extracting 32/64 bit Java 8 JREs, and files + instructions for creating them.

File size: 1.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<HTML>
3<HEAD>
4 <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5 <TITLE>-so (write data to stdout) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>-so (write data to stdout) switch</H1>
12
13<P>Causes 7-Zip to write output data to stdout (standard output stream).</P>
14
15<H4>Syntax</H4>
16
17<PRE class="syntax">
18-so
19</PRE>
20
21<H4>Examples</H4>
22
23<PRE class="example">
247z x archive.gz -so > Doc.txt
25</PRE>
26
27<P>decompresses <SPAN class="filename">archive.gz</SPAN>
28archive to output stream and then redirects that stream to
29<SPAN class="filename">Doc.txt</SPAN> file.</P>
30
31
32<PRE class="example">
337z a dummy -tgzip -so Doc.txt > archive.gz
34</PRE>
35
36<P>compresses the <SPAN class="filename">Doc.txt</SPAN> file to the 7-Zip standard
37output stream and writes that stream to
38<SPAN class="filename">archive.gz</SPAN> file.</P>
39
40<H4>Commands that can be used with this switch</H4>
41
42<P>
43 <A href="../commands/add.htm">a (Add)</A>,
44 <A href="../commands/extract.htm">e (Extract)</A>,
45 <A href="../commands/update.htm">u (Update)</A>,
46 <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
47</P>
48
49</BODY>
50</HTML>
Note: See TracBrowser for help on using the repository browser.