作业:
找出/etc目录下所有以.list结尾的文件
代码:locate /etc/\*.list
sudo find /etc/ -name \*.list
Linux环境变量与文件查找
原文:https://www.cnblogs.com/yqpy/p/8687342.html