The existence of the specified file Linux look for character / string search the current directory in vim under

Linux look for character / string in vim

In from the command line input /
enter the string to search
by looking down from point n,
N up to find

The existence of a specified file in the current directory search

find . -name "string" 

The representative of the current directory
can also use wildcards fuzzy queries

find . -name "string*"
Published 84 original articles · won praise 10 · views 10000 +

Guess you like

Origin blog.csdn.net/yidou120/article/details/104123212