cat

Plugin

ArgDescriptionType
filenameFile to open.OSPath (required)
accessorAn accessor to use.string
chunklength of each chunk to read from the file.int
timeoutIf specified we abort reading after this much time.int

Required permissions:FILESYSTEM_READ

Description

Read files in chunks.

This is mostly useful for character devices on Linux or special files which can not be read in blocks.