You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make this grep follow the BSD version better
* A warning is already printed under trace mode (-T option) for each file argument processed, but there is no need to warn by default
* GNU grep doesn't warn for this test case either
* Fix a nit where the trace message is supposed to use the variable $name
%ifconfig | perl grep -T flags # for example ...
grep: checking <STDIN>
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
0 commit comments