mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
29 lines
594 B
Markdown
29 lines
594 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [cat](./bitburner.singularity.cat.md)
|
|
|
|
## Singularity.cat() method
|
|
|
|
Displays the content of a file on the currently connected server.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
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
|
|
|