On 4 January 2012 21:26, Pim Otte <otte....@gmail.com> wrote:
> That doesn't give any hits either. (I also tried it without the
> backslash, since that would match a starting whitespace on either
> side, which i think is what you intended.)

$ cat test
ok:ok
 not ok:ok
ok: not ok
ok:ok

$ cat test|grep '^ \|: '
 not ok:ok
ok: not ok

The thing about the 'entry begins with whitespace' warning is that...
sometimes the entry _does_ begin with whitespace.

-- 
<Sefam> Are any of the mentors around?
<jimregan> yes, they're the ones trolling you

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff

Reply via email to