I edit in the vi editor. I want to search in the text for a specific phrase, e.g "Dec 1 15:13:00"
. I have tried this search string, but it's not working:
/Dec\ 1\ 15
How do I search for this string properly? Note that there may be more than one space between the parts.