Today discovered that bash has an increment operator: ((i++)) like $i++ in C or perl. #sysadmin #serverfault http://j.mp/eop2Jd
Replying to @philiph
@philiph Bash also has C-style for loops: "for ((i=0; $i < 100; i++)); do ..."

Mar 18, 2011 · 1:39 AM UTC