summaryrefslogtreecommitdiff
path: root/documentation/help/cat.markdown
blob: baf42d6e1839b07f95b06d5bd9a0281c6ca5622f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: page
title: "Help: cat"
---

{% comment %}

Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/cat.in
- https://github.com/irssi/irssi/blob/master/src/fe-common/core/fe-core-commands.c


{% endcomment %}
[Help index](/documentation/help)

### Syntax ###

<div class="highlight irssisyntax"><pre style="\-\-cmdlen:3ch"><code><span class="synB">CAT</span> <span class="synB05">&lt;file></span></code></pre></div>



### Parameters ###

The file to display.

### Description ###

Displays the contents of the specified file into the active window.

### Examples ###

    /CAT /etc/network/interfaces
    /CAT /home/mike/resume.txt
    /CAT contact_details.txt

### See also ###
[CD](/documentation/help/cd), [EXEC](/documentation/help/exec)