Skip to content

Instantly share code, notes, and snippets.

@mgadzhi
Last active August 29, 2015 14:06
Show Gist options
  • Save mgadzhi/175cb4767c55d5de6bc2 to your computer and use it in GitHub Desktop.
Save mgadzhi/175cb4767c55d5de6bc2 to your computer and use it in GitHub Desktop.
Produce range of floats with step
for i in `echo {0..95..5}`; do echo $i | awk '{print $i/100}'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment