Suggest -p instead of -o /dev/stdout.
PR: 42356
This commit is contained in:
parent
e43529519e
commit
0429c5021e
@ -179,7 +179,7 @@ The following example extract a compress'ed tar
|
||||
archive from your mailbox
|
||||
.Pp
|
||||
.Bd -literal -offset indent -compact
|
||||
uudecode -o /dev/stdout < $MAIL | zcat | tar xfv -
|
||||
uudecode -p < $MAIL | zcat | tar xfv -
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr basename 1 ,
|
||||
|
Loading…
Reference in New Issue
Block a user