Using an AND Symbol (&)
You can use an AND symbol in the same way you use the OR symbol. The editor searches the file one line at a time and the first line that contains all the strings specified becomes the current line. For example:
If a file contains the following lines:
===== Truffles, Leg of Lamb, Chocolate Mousse
===== Turkey eggs, Leg of Lamb, Savarin
===== Escargot, Leg of Lamb, Bombe the following subcommand:
====> locate /Leg of Lamb/&/Bombe/ makes the following line current:
===== Escargot, Leg of Lamb, Bombe