bash for 循环生成文件

#!/bin/bash

for ((i=1525959918;i<=1525959995;i++))
do
    touch ${i}".md"
done