Function tilde_expand

Source
pub fn tilde_expand(s: &[u8]) -> Vec<u8> 
Expand description

perform tilde-expansion, replacing an initial ~ or ~username with that username’s home directory as determined by getpwnam