for i in fil{1..1000}
do
touch $i
echo “==========Hello world, im here, im ready==========” > $i
done
The World Will Turn If You're Ready or Not
for i in fil{1..1000}
do
touch $i
echo “==========Hello world, im here, im ready==========” > $i
done