grep 仅打印行的匹配部分

示例

echo "Prints only the matching part of the lines" | grep -o "matching"
# prints matching