Skip to main content

csplit_from_path

Function csplit_from_path 

Source
pub fn csplit_from_path(
    path: &str,
    patterns: &[Pattern],
    config: &CsplitConfig,
) -> Result<Vec<u64>, String>
Expand description

Split a file by reading from a path or stdin (“-”).