QUESTION IMAGE
Question
the contacts.txt file is displayed in the vim editor. which command do you type in to quickly search the contact information for practicelabs in this file? :/practicelabs :set/practicelabs :s/practicelabs :%s/practicelabs
Brief Explanations
In the Vim editor, the :/text command is used for searching. The :set command is for setting options, :s is for substitution in a single line, and :%s is for substitution throughout the file. To search for "PracticeLabs" in the file, the correct command is :/PracticeLabs.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
:/PracticeLabs