annotate bin/h @ 6628:8fa17e1ae537

<izabera> ` printf \'FNR == 1{ for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] }\' > bin/tac; chmod +x bin/tac
author HackBot
date Sat, 30 Jan 2016 21:25:52 +0000
parents 7914d7e0b500
children 5c5fc08f8113 09e9103dfa78
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2114
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -p
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents:
diff changeset
2 s/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig