j
k
j a
j l
Whitespace in the patterns is likely to trip up the parser. Wrap the pattern in quotes, or use [[:space:]] instead of space.
Using [[:space:]] seems to be working.
Thanks
Craig
Back to the thread
Back to the list