# Functions
ConcatStrings concatenate strings in a larger one.
Convert strings to bool using strconv.ParseBool() when recognized, otherwise use map lookup to convert strings like "Yes" "No" "On" "Off" to bool `ethtool` uses on, off, yes, no (upper and lower case) rather than true and false.
Reads a supplied filepath and converts the contents to an integer.