Delete OS/bash/q2.sh
This commit is contained in:
parent
a11ede4385
commit
af4130f9be
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo "Which folder would you like to check?"
|
|
||||||
read folder
|
|
||||||
echo "Enter pattern/filename string to match"
|
|
||||||
read string
|
|
||||||
x=`find $folder -type f -iname "*$string*"`
|
|
||||||
for i in $x;do
|
|
||||||
echo "$i"
|
|
||||||
done
|
|
Loading…
Add table
Reference in a new issue