Example
go |grep help
Expect
go command output filtered.
Addition
[xxx@localhost]$ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description:    Fedora release 33 (Thirty Three)
Release:    33
Codename:   ThirtyThree
[xxx@localhost]$ go version
go version go1.15.6 linux/amd64
 
     
    