changeset 4412:01f0a0eddb2c

<kmc> echo \'words --eng-1M --esolangs 20 | sed -re \'"\'"\'s/\\>/coin/g\'"\'"\'\' > bin/coins
author HackBot
date Fri, 07 Feb 2014 22:02:00 +0000
parents b61754ffc7f3
children 9095219cc538
files bin/coins
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/coins	Fri Feb 07 22:00:48 2014 +0000
+++ b/bin/coins	Fri Feb 07 22:02:00 2014 +0000
@@ -1,1 +1,1 @@
-for w in $(words --eng-1M --esolangs 20); do echo -n "${w}coin "; done
+words --eng-1M --esolangs 20 | sed -re 's/\>/coin/g'