Change names of files in Downloads to 1.txt , 2.txt ,...
I tried this:
#!/bin/bash for i in Downloads/* do for j in {1..3} do mv $i $j.txt done
but It doesn