You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
464 B
26 lines
464 B
4 months ago
|
.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 --oneline address show | rtpr
|
||
|
Undo oneline converted
|
||
|
.B ip-address
|
||
|
output.
|
||
|
|
||
|
.SH SEE ALSO
|
||
|
.BR ip (8)
|
||
|
|
||
|
.SH AUTHORS
|
||
|
Stephen Hemminger <shemming@brocade.com>
|