1.Create a file

test.vi.txt with the content

"iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii"

about 50 i's

2.Open this file with vi

3.Search for "i", "ii", "iii", "iiiii"... by typing

/i, /ii, /iii

4.Search for ^iiii(word which start with "iiii") by typing

/^iiii

5.Search for iiii$(word which end with "iiii") by typing

/iiiii$

6. In 4. and 5., only one word matches. But in 3., how can we determine
which "iiii" is matched?

Hope you see the point.
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to