发布网友
共4个回答
热心网友
#!/bin/bash
updatedb
for file in "$@"
do
locate $file
done
基本可以实现你的要求
热心网友
请试试强大的locate命令
热心网友
用通配符试试
热心网友
用find按文件名查?