You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
300 B

<<<<<<< HEAD
search_string="$1";
echo $search_string;
find . -n "'*$search_string*'";
=======
search_string=$1;
for i in $(find . -type d -maxdepth 1 -name '*$search_String*'); do find "$i" -type d -name '*ivery*' -exec find {} -name '*mov' \;; done
>>>>>>> a4f1bdc7ca935a4d555d2c313b1317af6b687756