#!/bin/sh
#fortest
for loop
do
find / -name  $loop 
done

 

$./fortest 要查找的文件名