菜单
关闭
Home
Java
Clojure
Python
Linux
订阅
菜单
shell,使用find只列出文件名
2016年02月04日
标签:
Linux
,
Shell Tips
find . -name "*.c" -exec basename {} \;