xref: /aosp_15_r20/external/iproute2/man/man8/rtpr.8 (revision de1e4e894b0c224df933550f0afdecc354b238c4)
RTPR 8 "18 September, 2015"
NAME
rtpr - replace backslashes with newlines.
DESCRIPTION
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 ip when executed with it's --oneline flag.
EXAMPLES

ip --oneline address show | rtpr Undo oneline converted ip-address output.

SEE ALSO
ip (8)
AUTHORS
Stephen Hemminger <[email protected]>