Explore

grep ×
  • screenshot

    LXer: Play: TUI Playground for (awk, grep, jq, sed, and yq) in Linux

    Published at LXer: Play is an amazing command-line program to create a TUI playground for text-manipulating...

  • screenshot

    How can I extract a specific part with grep in Linux between multiple double quotes?

    I would like to extract the part msg="services.facebook.com:Content Server, Rule_name:WAN6_Ongoing, SSI:N (Content)" from src="192.168.1.1:443" dst="192.168.1.1:80" msg="services.facebook.com:Content...

  • screenshot

    Error while making GitHub Actions CI build to fail when vulnerable nuget package is found in dotnet projects

    I'm checking on ways to make GitHub Actions CI build to fail when a vulnerable nuget...

  • screenshot

    How to grep on grep with regex? How to match only numbers and dots from a grep?

    Code: --------- curl -s https://packagist.org/packages/drupal/core | grep -oP ''.* --------- ---Quote--- 10.2.2 ---End Quote---...

  • screenshot

    grep and use multiple lines from output

    I'm trying to grep for info from ffmpeg, then use that to re-run ffmpeg. Hoping someone...

  • screenshot

    Grep multiple fields large file

    Greetings I have a huge file that I'm trying to extract a few fields from followed...