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




Shell

Related
online shell script compiler Code Example online shell script compiler Code Example
install ubuntu gui on wsl Code Example install ubuntu gui on wsl Code Example
install hyper-v Windows 10 Home Code Example install hyper-v Windows 10 Home Code Example
pip install cookiecutter Code Example pip install cookiecutter Code Example
get logs from application isntaller Code Example get logs from application isntaller Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15