Skip to main content

gnu_name

Function gnu_name 

Source
pub fn gnu_name(binary_name: &str) -> &str
Expand description

Get the GNU-compatible tool name by stripping the ‘f’ prefix. e.g., “fmd5sum” -> “md5sum”, “fcut” -> “cut”