reassign 656593 libc6 2.13-24 thanks On 2012-01-20 12:32:47 +0100, Paolo Bonzini wrote: > Please reassign to glibc.
OK. > Note that depending on what you are trying to do, you might like these fast > alternatives that do not use grouping parentheses: > > time sed -n 's/.*49026/&/p' ChangeLog > time sed -n '/.*49026/p' ChangeLog > > In particular, outside the s/// command the parentheses are ignored, so this > is also fast. > > time sed -n '/\(.*49026\)/p' ChangeLog Well, I just gave a simple example extracted from a more complex regexp. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

