Changes between Version 1 and Version 2 of Ticket #23913, comment 5
- Timestamp:
- Nov 27, 2014, 2:56:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23913, comment 5
v1 v2 2 2 3 3 {{{ 4 grep - e "if[[:space:]]\+\w*[[:space:]]*=\{1\}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,}4 grep -E "if[[:space:]]+(\w|\.)*[[:space:]]*={1}[^=]" . -H -r -i -n -s -C 1 --include=*.{htm*,} --exclude-dir="node_modules" 5 5 }}}