Learn GREP From Basic To Advance Under 5 minutes!

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 3

  • @NoobMaster-cq9qr
    @NoobMaster-cq9qr 3 месяца назад +1

    Bro. First comment

  • @pepperpops6312
    @pepperpops6312 2 месяца назад +1

    we can add the grep and : grep 'word.*otherword'
    the not grep (or reverse grep) is cool too : grep -v 'word' : it will give you all result that DON'T match this pattern 'word'

    • @z1l0x
      @z1l0x  2 месяца назад +1

      Nice grep tips! Gonna try out the reverse grep trick, sounds cool!