File: termcat.pod

package info (click to toggle)
termrec 0.19-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: ansic: 8,430; makefile: 181; perl: 16; sh: 15
file content (29 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (4)
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
=head1 NAME

termcat - convert and/or join ttyrec recordings

=head1 SYNOPSIS

B<termcat> I<file1> I<[file2] ...>  I<outfile>

=head1 DESCRIPTION

B<Termcat> takes all the input recordings, concatenates them together
then writes to the target file in a format you choose.

For example:

=over 8

termcat 1.nh.gz 2.ttyrec.bz2 combined.ttyrec.bz2

termcat telnet://towel.blinkenlights.nl starwars.ttyrec.bz2

=back

Note that unlike B<cat>, the last file is output, not one of components.
If you really want to send ttyrec data to stdout, use "-".

=head1 SEE ALSO

L<termrec(1)>, L<termplay(1)>, L<termtime(1)>.