find命令查找以.txt和.pdf和.jsp结尾的文件如题关键是-name怎么写? "*.txt"只能得到以.txt结尾的文件[解决办法]find / -name '*.txt' -o -name '*.pdf'