Boost logo

Boost :

From: Samuel Krempp (krempp_at_[hidden])
Date: 2002-10-10 03:21:49


Le mer 09/10/2002 à 17:33, Vladimir Prus a écrit :

> egrep "(href|name|id)=\"[^\" ]* .*\"" `find ~/Work/boost -name *.htm"`

I'd rather -iname "*.htm*", to be sure html is matched (as well as HTM
and HTML)

it does catch more files here.

one of those files is
libs/math/quaternion/quaternion.html
And it bugs my grep because it uses \r as return carriages (which my
grep fails to identify as return carriage..
a few other files have the same returns.

Is there a policy for return carriages, e.g. choose between "\n" and
"\r\n", but no other ?)

-- 
Sam

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk