/ Published in: Bash

send every possible combination to stdout
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
echo {0..1}{0..1}{0..1}{0..4}{a..z}
Comments
