سؤال

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

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top