changeset 5184:f18ab59a324f

<FireFly> ` sed -ir \'s/sed.*/tr -d aeoiu/\' bin/wlcm; cat bin/wlcm
author HackBot
date Tue, 09 Dec 2014 19:58:23 +0000
parents 3dcf5043c8c0
children 75f0ef237cca
files bin/wlcm bin/wlcmr
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/wlcm	Tue Dec 09 19:56:15 2014 +0000
+++ b/bin/wlcm	Tue Dec 09 19:58:23 2014 +0000
@@ -1,1 +1,1 @@
-welcome "$@" | sed 's/aeiou//g'
+welcome "$@" | tr -d aeoiu
--- a/bin/wlcmr	Tue Dec 09 19:56:15 2014 +0000
+++ b/bin/wlcmr	Tue Dec 09 19:58:23 2014 +0000
@@ -1,1 +1,1 @@
-welcome "$@" | sed 's/aeiou//'
+welcome "$@" | sed 's/aeiou//g'