From the comments: if you just want to print a list with bash:
for i in {192..302}; do
echo "
done
From the comments: if you just want to print a list with bash:
for i in {192..302}; do
echo "
done