comparison bin/WELCOME @ 1250:93a072ff6e44

<fizzie> sed -ie \'s#-ne .print uc($_).#-pe \'\\\'\'$_ = uc\'\\\'\'#\' bin/WELCOME
author HackBot
date Fri, 04 Jan 2013 21:42:32 +0000
parents d7dad74b8909
children
comparison
equal deleted inserted replaced
1249:c116cbd902b5 1250:93a072ff6e44
1 #!/bin/sh 1 #!/bin/sh
2 welcome "$@" | perl -ne 'print uc($_)' 2 welcome "$@" | perl -pe '$_ = uc'