About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
jojuniori
12/22/2016 - 1:18 PM
share
Share
add_circle_outline
Save
#Linux 查找文件
#Linux 查找文件
content_copy
file_download
# 递归查找当前目录下名为"test.lua"的文件 find . -name "test.lua"
clear