mirror_iproute2/man/man8/rtpr.8
Phil Sutter e4ef49a465 man: rtpr: add minimal manpage
While there is not much to explain about this rather trivial shell
script, having a manpage for it serves as good point of reference for
users wondering what it might be for.

Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-09-23 15:58:54 -07:00

26 lines
465 B
Groff

.TH RTPR 8 "18 September, 2015"
.SH NAME
rtpr \- replace backslashes with newlines.
.SH DESCRIPTION
.B rtpr
is a trivial bash script which converts backslashes in standard input to newlines. It's sole purpose is to be fed with input from
.B ip
when executed with it's
.B --oneline
flag.
.SH EXAMPLES
.TP
ip --onenline address show | rtpr
Undo oneline converted
.B ip-address
output.
.SH SEE ALSO
.BR ip (8)
.SH AUTHORS
Stephen Hemminger <shemming@brocade.com>