cat()

On this page

Definition

cat ( filename )

Returns the contents of the specified file. The method returns with output relative to the current shell session and does not impact the server.

Parameter Type Description
filename string Specify a path and file name on the local file system.
首页