Skip to content

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

@moocan

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

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