pschmitt / tesmart.sh

Shell API wrapper for network-enabled TESmart KVM switches
https://github.com/pschmitt/tesmart.sh
GNU General Public License v3.0
9 stars 3 forks source link

Avoid cat -E #3

Open ferrix opened 1 year ago

ferrix commented 1 year ago

Apparently the OSX cat does not support the -E flag used in debug mode.

Unless it is really important, let's just not use it.

pschmitt commented 1 year ago

does cat support -e on macOS?

ferrix commented 1 year ago

Yes, it prints non-printing characters and a $ at EOL

pschmitt commented 1 year ago

Let's do that then.