Delete OS/bash/q2.sh
This commit is contained in:
parent
a11ede4385
commit
af4130f9be
@ -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…
x
Reference in New Issue
Block a user