Changes between Version 1 and Version 2 of Ticket #23913, comment 5


Ignore:
Timestamp:
Nov 27, 2014, 2:56:29 AM (10 years ago)
Author:
Philipp Metzler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23913, comment 5

    v1 v2  
    22
    33{{{
    4 grep -e "if[[:space:]]\+\w*[[:space:]]*=\{1\}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,}
     4grep -E "if[[:space:]]+(\w|\.)*[[:space:]]*={1}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,} --exclude-dir="node_modules"
    55}}}
Back to Top