simple exhaustive combinations


/ Published in: Bash
Save to your folder(s)

send every possible combination to stdout


Copy this code and paste it in your HTML
  1. echo {0..1}{0..1}{0..1}{0..4}{a..z}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.