小编DRP*_*DRP的帖子

如何 grep --help 内容

在 route 命令上使用帮助开关 (--help) 可提供以下输出:

root@theapprentice:~# route --help 
Usage: route [-nNvee] [-FC] [<AF>]           List kernel routing tables
       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.

       route {-h|--help} [<AF>]              Detailed usage syntax for specified AF.
       route {-V|--version}                  Display version/author and exit.

        -v, --verbose            be verbose
        -n, --numeric            don't resolve names
        -e, --extend             display other/more information
        -F, --fib                display Forwarding Information Base (default)
        -C, --cache              display routing cache instead of FIB

  <AF>=Use -4, -6, '-A <af>' or '--<af>'; default: inet …
Run Code Online (Sandbox Code Playgroud)

grep pipe

3
推荐指数
1
解决办法
133
查看次数

标签 统计

grep ×1

pipe ×1