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
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dd January 31, 2019
|
||||
.Dt SHAR 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -103,5 +103,5 @@ Archives produced using this implementation of
|
||||
.Nm
|
||||
may be easily examined with the command:
|
||||
.Bd -literal -offset indent
|
||||
egrep -v '^[X#]' shar.file
|
||||
egrep -av '^[X#]' shar.file
|
||||
.Ed
|
||||
|
Loading…
Reference in New Issue
Block a user