dcat library Null safety

Constants

exitFailure → const int
1
exitSuccess → const int
0
libName → const String
'dcat'

Functions

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