Skip to content

Instantly share code, notes, and snippets.

@codehimanshu
Created November 15, 2019 08:22
Show Gist options
  • Save codehimanshu/8f7518f184d927ff43d58e5c2ffb699f to your computer and use it in GitHub Desktop.
Save codehimanshu/8f7518f184d927ff43d58e5c2ffb699f to your computer and use it in GitHub Desktop.
tee|tr " " "\n"|sed '1d'|sed '1~2d'|xargs -I% sh -c 'q=$(echo %|grep -o .|uniq -c|sort -nr);p=$(echo $q|grep -o "^\w*\b");printf $p" ";echo $q|grep -oP "$p\s(.)"|uniq|sort|awk {"print\$2"} ORS="";echo""'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment