Last active
October 29, 2018 23:13
-
-
Save hyperreality/3b65b23a3ff330ff9dfc to your computer and use it in GitHub Desktop.
Esperanto Ĉapelliteroj Bash Alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias eo="sed -i -e 's/cx/ĉ/g;s/gx/ĝ/g;s/hx/ĥ/g;s/jx/ĵ/g;s/sx/ŝ/g;s/ux/ŭ/g;s/Cx/Ĉ/g;s/Gx/Ĝ/g;s/Hx/Ĥ/g;s/Jx/Ĵ/g;s/Sx/Ŝ/g;s/Ux/Ŭ/g'" | |
| # Svopas 'Cx' notacion en input dosierojn por ĉapelliterojn 'Ĉ'. | |
| # Ekzemple: eo input.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment