Linux finds the name of the folder

For example, to find a folder name starting with mysql:

find / mysql* -d

Find the folder named mysql:

find / mysql -d

 

Guess you like

Origin blog.csdn.net/weixin_38664232/article/details/108596703