Shar files may be seen as binary by grep.
Suggest using -a to egrep to properly see executed commands. This is a minor improvement to the manpage. A better improvement would be removal or gigantic warnings. Sponsored by: Dell EMC MFC after: 1 week
This commit is contained in:
parent
12aec82c09
commit
ab3cf2b476
@ -28,7 +28,7 @@
|
|||||||
.\" @(#)shar.1 8.1 (Berkeley) 6/6/93
|
.\" @(#)shar.1 8.1 (Berkeley) 6/6/93
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd June 6, 1993
|
.Dd January 31, 2019
|
||||||
.Dt SHAR 1
|
.Dt SHAR 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -103,5 +103,5 @@ Archives produced using this implementation of
|
|||||||
.Nm
|
.Nm
|
||||||
may be easily examined with the command:
|
may be easily examined with the command:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
egrep -v '^[X#]' shar.file
|
egrep -av '^[X#]' shar.file
|
||||||
.Ed
|
.Ed
|
||||||
|
Loading…
Reference in New Issue
Block a user