fn exec_file_cmd_cached(path: &str) -> Result<FileCmdOutput>
Cached wrapper around [ytil_sys::file::exec_file_cmd] that avoids spawning a file -I process for previously seen paths. Only successful results are cached.
ytil_sys::file::exec_file_cmd
file -I