📌  相关文章
📜  在 linux 终端中搜索文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:44.902000             🧑  作者: Mango

代码示例1
find /path/to/folder/ -iname *file_name_portion*

#Example
find / -iname *test*

#Output

/downloads/test_2.txt
/downloads/test_1.csv
/home/ubuntu/first_test.txt