dcat library Null safety

Library to concatenate file(s) to standard output,

Constants

exitFailure → const int
1
exitSuccess → const int
0

Functions

cat(List<String> paths, {String appName = '', List<String>? log, bool showEnds = false, bool numberNonBlank = false, bool showLineNumbers = false, bool showTabs = false, bool squeezeBlank = false, bool showNonPrinting = false}) Future<int>
Concatenates files in paths to stdout [...]
printError(String message, {String appName = '', String path = ''}) Future<int>
Prints the appName, path and error message to stderr.