The most compatible fashion across all the bash version is :
#!/bin/bash for i in `seq 1 10`; do echo $i done
No comments:
Post a Comment