pub fn gnu_name(binary_name: &str) -> &str
Get the GNU-compatible tool name by stripping the ‘f’ prefix. e.g., “fmd5sum” -> “md5sum”, “fcut” -> “cut”