mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-08-08 21:09:07 +00:00

ip/rtpr mentioned in man as bash script is actually posix shell script (doesn't require to use bash). Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
26 lines
465 B
Groff
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 shell 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>
|