jojuniori
12/22/2016 - 1:18 PM

#Linux 查找文件

# 递归查找当前目录下名为"test.lua"的文件
find . -name "test.lua"