質問

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