try looping through fiels

This commit is contained in:
Trowbridge 2019-12-18 16:19:00 -05:00
parent 34500f996b
commit 01ab34ec2b
1 changed files with 4 additions and 0 deletions

4
testfile.sh Normal file
View File

@ -0,0 +1,4 @@
for f in *.html
do
echo $f
done