Home
Notes
Projects
Resume
Contact
Jeff Smith
Notes
Projects
Resume
Contact
Generate a random number via the shell
Linux
<pre><code>awk -v min=1 -v max=1000 'BEGIN{srand(); print int(min+rand()*(max-min+1))}' gulpserve </code></pre>
© 2026 Code0x378