Changes between Initial Version and Version 1 of Ticket #23913, comment 5
- Timestamp:
- Nov 26, 2014, 8:13:46 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23913, comment 5
initial v1 1 1 BTW - I used this grep now to find occurrences in our code: 2 2 3 grep -e "if \w*[[:space:]]*=\{1\}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,} 3 {{{ 4 grep -e "if[[:space:]]\+\w*[[:space:]]*=\{1\}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,} 5 }}}