browser icon
You are using an insecure version of your web browser. Please update your browser!
Using an outdated browser makes your computer unsafe. For a safer, faster, more enjoyable user experience, please update your browser today or try a newer browser.

Daily Archives: July 15, 2008

Bash For loop Example

I’m always forgetting the syntax to make “for” loops in Bash. Anyhow, I know I will have to come back here to find it, so I thought I would write put up this quick example with the hope that it will be useful to others as well. for i in $(seq 1 100); do echo … Continue reading »

Categories: Linux, Orat-oret | Leave a comment