dcat library Null safety
A library to concatenate files to standard output or file.
Classes
Constants
- exitFailure → const int
-
1
- exitSuccess → const int
-
0
Functions
-
cat(
List< String> paths, Object output, {Stream<List< ? input, List<int> >String> ? log, bool showEnds = false, bool numberNonBlank = false, bool showLineNumbers = false, bool showTabs = false, bool squeezeBlank = false, bool showNonPrinting = false}) → Future<CatResult> -
Concatenates files in
paths
to stdout or File. [...]