Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

351
Vistas
Convert ANSI encoding to another encoding through the Linux shell

How can I code from the Linux shell? I have a package of CSV files in ANSI and I want to convert to an encoding that doesn't have accents: ã, ç, á, í ...

How can I do it without involving any programming language?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Assuming you're using the GNU version of iconv(1) (Since you have this tagged linux it seems a safe bet):

iconv -f MS-ANSI -t US-ASCII//TRANSLIT input.csv > output.csv

(I'm guessing on the MS-ANSI from encoding; iconv --list | grep -Fi ANSI shows several other possibilities. Or your source character set could be something completely different.)

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda