grep couldn't find expression if path is truncated

Михаил Гаврилов mikhail.v.gavrilov@gmail.com
Thu Dec 3 12:14:00 GMT 2015


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 16362 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20151203/ca2d9362/attachment.obj>
-------------- next part --------------
--
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


More information about the Cygwin mailing list