Grep: search recursive, case insensitive, ignore spaces, only ascii files, with line numbers

  • Search for 'figcaption'
    • recursive
    • ignore spaces
    • case insensitive
    • only ascii files
    • show line numbers
  • grep for 'colgroup'
  • ignore results with '.css' or '.js'

 

grep -siRIn 'figcaption' web | grep 'colgroup' | grep -Ev '\.css|\.js'

 

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare