Respuesta :
The command "/Sam" would enter while in vi command mode to find the term Sam.
What is vi command?
Vi is the name of the standard editor included with the UNIX operating system.
A full-screen editor with two modes of operation, the UNIX vi editor:
- Commands in the command mode that affect the file's behavior and,
- Text entered during the insert mode is added to the file.
Every character entered the command mode is a command that alters the text file being edited; a character may even trigger the vi editor to switch to insert mode. Every character entered during insert mode is added to the text in the file; insert mode is disabled by pressing the Esc (Escape) key.
Even though there are many vi commands, learning only a few of them is generally enough for beginners. This website includes a list of common vi commands to help such users. In the tables below, the most fundamental and practical commands are denoted by an asterisk (* or star). These instructions ought to become automatic with experience.
To get more information about vi command :
https://brainly.com/question/9671960
#SPJ1