${!var} #Just use to use reference value inside another variable ;)
#!/bin/bash for (( i=1; i<=5; i++ )) do echo yourfile.$((i+70)).txt file_$i done