Pregunta

I have the file /etc/mydata which is in data format

$ file /etc/mydata /etc/mydata: data

is there any fast way to convert

/etc/mydata: data

from data format to ASCII format to have this

/etc/mydata: ASCII text

thank you! thank you

¿Fue útil?

Solución

strings will filter any ASCII text in the file. But it's probably not what you actually need.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top