unaccent
Replace accented letters by their unaccented equivalent
Install
- All systems
-
curl cmd.cat/unaccent.sh
- Debian
-
apt-get install unaccent
- Ubuntu
-
apt-get install unaccent
- Kali Linux
-
apt-get install unaccent
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unaccent
- OS X
-
brew install unaccent
- Raspbian
-
apt-get install unaccent
- Dockerfile
- dockerfile.run/unaccent
unaccent
Replace accented letters by their unaccented equivalent
read data from stdin, replace accented letters by their unaccented equivalent and write the result on stdout.