Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nice to see tr getting some use, though given the sed on either side I wonder if

    sed -r 's/\<./\U&/g; s/ +//g; s/[^a-zA-Z].*//'
would be better. Note, the last s/// doesn't need a g.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: