Blame man/man8/rtpr.8

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