Skip to content

Instantly share code, notes, and snippets.

@feloy
Created November 18, 2016 13:05
Show Gist options
  • Save feloy/3530b0402a82ee0d3c0b1c0bc28f79e6 to your computer and use it in GitHub Desktop.
Save feloy/3530b0402a82ee0d3c0b1c0bc28f79e6 to your computer and use it in GitHub Desktop.
Random patronym given 3 files: last names, feminine first names, masculine first names
#! /bin/sh
echo $(cat feminine_firsts.txt masculine_firsts.txt | shuf -n 1)" "$(shuf -n 1 lasts.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment