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