Skip to content

Option to show file name like strings -f / --print-file-name #12

@cirosantilli

Description

@cirosantilli

As of 1d7efab ASCII characters are printed instead of the file names.

echo asdf > file1
echo qwer > file2
stringsext file1 file2

outputs:

A asdf
B qwer

where A means file1 and B means file2, which is quite obscure, especially if you have many files. It would be good at least to have an option to have filenames directly:

stringsext -f file1 file2

giving:

file1 asdf
file2 qwer

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions