Hello. I try find 'float:left;display: block;height: 24px;line-height: 1.2em;position: relative;text-align: center;white-space: nowrap;width: 80px;' in path 'c:\Sources\inside\Модули интерфейса\Активные продажи\'
grep -rn 'float:left;display: block;height: 24px;line-height: 1.2em;position: relative;text-align: center;white-space: nowrap;width: 80px;' "c:\Sources\inside\Модули интерфейса\Активные продажи\" c:\Sources\inside\Модули интерфейса\Активные продажи\/Темы/Разводящая группы тем/CRMGroupTheme/CRMGroupTheme.xhtml:38: <component data-component="SBIS3.CORE.Button" name="addTheme" data-access="Работа с темами CRM" class="ws-CRMGroupTheme__addTheme" style="float:left;display: block;height: 24px;line-height: 1.2em;position: relative;text-align: center;white-space: nowrap;width: 0px;"> This works as expected. If I specify shorter path instead 'c:\Sources\inside\Модули интерфейса\Активные продажи\' use 'c:\Sources\inside\Модули интерфейса\' grep would be not found search expression. grep -rn 'float:left;display: block;height: 24px;line-height: 1.2em;position: relative;text-align: center;white-space: nowrap;width: 80px;' "c:\Sources\inside\Модули интерфейса\" *** found here nothing *** -- Best Regards, Mike Gavrilov.
cygcheck.out
Description: Binary data
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple