• How to only capute sub-matched character by grep


    File content:

    <a href="ceph-0.80.9-82.1.x86_64.rpm"><img src="/icons/rpm.gif" alt="[   ]" width="16" height="16" /></a> <a href="ceph-0.80.9-82.1.x86_64.rpm">ceph-0.80.9-82.1.x86_64.rpm</a>                                     11-Jun-2015 16:37  9.9M   <a href="ceph-0.80.9-82.1.x86_64.rpm.mirrorlist">Details</a>
    <a href="ceph-common-0.80.9-82.1.x86_64.rpm"><img src="/icons/rpm.gif" alt="[   ]" width="16" height="16" /></a> <a href="ceph-common-0.80.9-82.1.x86_64.rpm">ceph-common-0.80.9-82.1.x86_64.rpm</a>                              11-Jun-2015 16:37  3.9M   <a href="ceph-common-0.80.9-82.1.x86_64.rpm.mirrorlist">Details</a>
    <a href="ceph-common-debuginfo-0.80.9-82.1.x86_64.rpm"><img src="/icons/rpm.gif" alt="[   ]" width="16" height="16" /></a> <a href="ceph-common-debuginfo-0.80.9-82.1.x86_64.rpm">ceph-common-debuginfo-0.80.9-82.1.x86_64.rpm</a>                    11-Jun-2015 16:37   49M   <a href="ceph-common-debuginfo-0.80.9-82.1.x86_64.rpm.mirrorlist">Details</a>

    ......

    Command:

    grep -P -o ">K[^ ]+?x86_64.rpm" <file name>

    -P : perl format regular expression

    -o : only matched content

    K : throw away content of before K

    Result:

    xen-doc-html-4.4.2_06-3.1.x86_64.rpm
    xen-kmp-default-4.4.2_06_k3.12.28_4-3.1.x86_64.rpm
    xen-kmp-default-debuginfo-4.4.2_06_k3.12.28_4-3.1.x86_64.rpm
    xen-libs-4.4.2_06-3.1.x86_64.rpm
    xen-libs-debuginfo-4.4.2_06-3.1.x86_64.rpm
    xen-tools-4.4.2_06-3.1.x86_64.rpm
    xen-tools-debuginfo-4.4.2_06-3.1.x86_64.rpm
    xen-tools-domU-4.4.2_06-3.1.x86_64.rpm

  • 相关阅读:
    Cocos坐标之convertToNodeSpace、convertToWorldSpace、convertToNodeSpaceAR、convertToWorldSpaceAR区别和用法
    CocosCraetor中图像资源Texture和SpriteFrame的区别
    git的基本使用方式
    C++中的内存对齐
    介绍 Android 的 Camera 框架
    Android多媒体框架图
    Android程序架构基本内容概述
    Android 框架简介--Java环境(转)
    android架构图示
    最全的Android源码目录结构详解(转)
  • 原文地址:https://www.cnblogs.com/root-wang/p/4578749.html
Copyright © 2020-2023  润新知