enhanced bash script

This commit is contained in:
hello 2025-02-10 10:42:17 +05:30
parent 97baad76c5
commit 220f57808c

View File

@ -6,7 +6,7 @@ for j in $folder
do
echo "Checking $j"
x=`find "$j" -type f -iname "[!aeiou]*"`
x=`find "$j" -type f -iname "[!aeiouAEIOU]*" 2>/dev/null`
for i in $x
do