Skip to content

Impossible to open resulting txt file with standard text file editor #10

Description

@moocan

Hello,

Thanks you for this useful script.
But it's impossible to open the resulting wireless-info.txt with any text editor as pluma or geany.

file -bi wireless-info.txt 
application/octet-stream; charset=binary

Only way to see the contents is using cat inside terminal which is not the simpler way to read it.

Edit:
Found a workaround:
cat wireless-info.txt | tr -d '\000' > wireless-info-new.txt

Kind Regards

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions