scrape/testfile.sh

4 lines
35 B
Bash

for f in *.html
do
echo $f
done