Linux locate command

locate command

locate can quickly locate the file path, because locate is based on database query, so the first time you must use the updatedb command to create a locate database

Quickly locate the hello.txt location
update
locate hello.txt

Published 48 original articles · Likes0 · Visits 282

Guess you like

Origin blog.csdn.net/qq_44971387/article/details/105329594