Strings(1) command replacement in Go

The strings command on Unix systems prints the strings of printable characters in files.

How would one go about making a strings(1) command replacement in Go?

You can find the C implementation of strings as part of the GNU binutils

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.