Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 923 Bytes

CatFunction.md

File metadata and controls

37 lines (21 loc) · 923 Bytes

nodejsscriptDocs


nodejsscript / s / CatFunction

Interface: 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).

Parameters

files: string[]

Files to use. Wildcard * accepted.

Returns

ShellString

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

Parameters

• ...files: string[]

Returns

ShellString