bitburner.singularity.cat.md

September 26, 2025 ยท View on GitHub

Home > bitburner > Singularity > cat

Singularity.cat() method

Displays the content of a file on the currently connected server.

Signature:

cat(filename: string): void;

Parameters

Parameter

Type

Description

filename

string

Name of the file to display, including its extension.

Returns:

void

Remarks

RAM cost: 0.5 * 16/4/1

Contents

  1. 1Singularity.cat() method
  2. 2Parameters
  3. 3Remarks