nodejsscript • Docs
nodejsscript / s / cat
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 to use. Wildcard *
accepted.
cat(
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).
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 to use. Wildcard *
accepted.
cat(...
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.