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


Ignore:
Timestamp:
Nov 26, 2014, 8:13:46 AM (10 years ago)
Author:
Philipp Metzler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23913, comment 5

    initial v1  
    11BTW - I used this grep now to find occurrences in our code:
    22
    3 grep -e "if \w*[[:space:]]*=\{1\}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,}
     3{{{
     4grep -e "if[[:space:]]\+\w*[[:space:]]*=\{1\}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,}
     5}}}
Back to Top