Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created September 11, 2011 20:36
Show Gist options
  • Save wizardishungry/1210086 to your computer and use it in GitHub Desktop.
Save wizardishungry/1210086 to your computer and use it in GitHub Desktop.
alliterative friends network
perl -npe '$_=lc;($f,$m,$l) = split(/ /); ($f)=split(//,$f); ($m)=split(//,$m); ($l)=split(//,$l); if($f eq $m || $f eq $l){} else { $_=""; }' < friends.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment