「rtpr」-

rtpr – replace backslashes with newlines.

命令描述

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.

使用示例

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

相关手册

ip(8)

AUTHORS

Stephen Hemminger <shemming@brocade.com>

参考文献

  • 18 September, man 8 rtpr, Version 2015

更新日志

  • 08/03/2018 创建文章