kernel, libc: signals fixes
[minix.git] / man / man1 / shar.1
blob97a92e961683b2d7fd66b41fa6671870c83a1185
1 .TH SHAR 1
2 .SH NAME
3 shar \- shell archiver
4 .SH SYNOPSIS
5 \fBshar \fIfile ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B shar *.c >s
20 # Collect C programs in shell archive
21 .TP 20
22 .B sh <s
23 # Extract files from a shell archive
24 .SH DESCRIPTION
25 .PP
26 The named files are collected together into a shell archive written onto
27 standard output.
28 The individual files can be extracted by redirecting the shell archive into
29 the shell.
30 The advantage of
31 .I shar
32 over
33 .I ar
34 is that \fIshar\fP archives can be read on almost any 
35 \s-2UNIX\s+2
36 system, whereas numerous, incompatible versions of
37 .I ar
38 are in widespread use.
39 Extracting the files from a shell archive requires that 
40 .I sed
41 be accessible.
42 .SH "SEE ALSO"
43 .BR sh (1),
44 .BR unshar (1).