scrape/testfile.sh

4 lines
35 B
Bash
Raw Normal View History

2019-12-18 16:19:00 -05:00
for f in *.html
do
echo $f
done