try looping through fiels
This commit is contained in:
parent
34500f996b
commit
01ab34ec2b
4
testfile.sh
Normal file
4
testfile.sh
Normal file
@ -0,0 +1,4 @@
|
||||
for f in *.html
|
||||
do
|
||||
echo $f
|
||||
done
|
Loading…
Reference in New Issue
Block a user