added OS program check Q
This commit is contained in:
parent
5bf4ac12da
commit
8b801cca2c
12
OS/bash/progcheck/sol.sh
Executable file
12
OS/bash/progcheck/sol.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
folder="$@"
|
||||||
|
|
||||||
|
echo "Checking $folder"
|
||||||
|
|
||||||
|
x=`find "$folder" -type f -iname "[!aeiou]*"`
|
||||||
|
|
||||||
|
for i in $x
|
||||||
|
do
|
||||||
|
echo "$i"
|
||||||
|
done
|
Loading…
x
Reference in New Issue
Block a user