🌈 搜索
📅  最后修改于: 2022-03-11 14:50:24.358000             🧑  作者: Mango
#!/bin/bash for (( i=1; i<=5; i++ )) do echo yourfile.$((i+70))\.txt file_$i done