nodejsscript • Docs
nodejsscript / s / CatFunction
CatFunction(
files
):ShellString
Returns a string containing the given file, or a concatenated string containing the files if more than one file is given (a new line character is introduced between each file).
• files: string
[]
Files to use. Wildcard *
accepted.
A string containing the given file, or a concatenated string containing the files if more than one file is given (a new line character is introduced between each file).
CatFunction(...
files
):ShellString
• ...files: string
[]