Powerful Command-Line Applications in Go (page 9)

Hello @realtebo .

Thanks for your comment. While the programs and examples should work on Windows, some of the commands that rely on Linux utilities may need to be changed to work on Windows. In this case I assume it’s because echo works differently on Windows.

It would be hard to provide all the examples in all the potential operating system used by the readers so the ones that use command line utilities such as grep or awk assume Linux as I mentioned in the Preface.

Examples that do not rely on external commands should work on Windows.

I hope this helps.

Thanks,
Ricardo