Skip to content

Instantly share code, notes, and snippets.

@hyperreality
Last active October 29, 2018 23:13
Show Gist options
  • Select an option

  • Save hyperreality/3b65b23a3ff330ff9dfc to your computer and use it in GitHub Desktop.

Select an option

Save hyperreality/3b65b23a3ff330ff9dfc to your computer and use it in GitHub Desktop.
Esperanto Ĉapelliteroj Bash Alias
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