Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ttyplay(1) [debian man page]

TTYPLAY(1)						      General Commands Manual							TTYPLAY(1)

NAME
ttyplay - player of the tty session recorded by ttyrec SYNOPSIS
ttyplay [-s SPEED] [-n] [-p] file DESCRIPTION
Ttyplay plays the tty session in file, which was recorded previously by ttyrec(1). When -p option is given, ttyplay output the file as it grows. It means that you can see the "live" shell session running by another user. If you hit any key during playback, it will go right to the next character typed. This is handy when examining sessions where a user spends a lot of time at a prompt. Additionally, there are some special keys defined: + or f double the speed of playback. - or s halve the speed of playback. 0 set playback speed to 0, pausing playback. 1 set playback to speed 1.0 again. OPTIONS
-s SPEED multiple the playing speed by SPEED (default is 1). -n no wait mode. Ignore the timing information in file. -p peek another person's tty session. SEE ALSO
script(1), ttyrec(1), ttytime(1) TTYPLAY(1)

Check Out this Related Man Page

TTYREC(1)						      General Commands Manual							 TTYREC(1)

NAME
ttyrec - a tty recorder SYNOPSIS
ttyrec [-a] [-u] [-e command] [file] DESCRIPTION
Ttyrec is a tty recorder. It is a derivative of script(1) command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty. Ttyrec invokes a shell and records the session until the shell exits. Recorded data can be played back with ttyplay(1). If the argument file is given, the session will be recorded in that file. Otherwise, ttyrecord is used as default. OPTIONS
-a Append the output to file or ttyrecord, rather than overwriting it. -u With this option, ttyrec automatically calls uudecode(1) and saves its output when uuencoded data appear on the session. It allow you to transfer files from remote host. You can call ttyrec with this option, login to the remote host and invoke uuencode(1) on it for the file you want to transfer. -e command Invoke command when ttyrec starts. ENVIRONMENT
SHELL If the variable SHELL exists, the shell forked by ttyrec will be that shell. If it's not set, the Bourne shell is assumed. (Most shells set this variable automatically). SEE ALSO
script(1), ttyplay(1), ttytime(1), uuencode(1), uudecode(1) TTYREC(1)
Man Page

13 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Stopped (tty output)

What is mean by "Stopped (tty output)", how can i get rid of it. (3 Replies)
Discussion started by: Chandu
3 Replies

2. HP-UX

Network speed on HPUX

Hello, can anyone tell me how to change network speed or duplex speed...don't understand the concept why that is imp when the server comes back up to check up on it. Basically have to make sure that the setting from the orginial speed. (2 Replies)
Discussion started by: catwomen
2 Replies

3. UNIX for Dummies Questions & Answers

KSH Terminal Settings

I've been doing a lot of searching through the forums to figure out how to: 1 - get my Backspace key to work in my ksh telnet session 2 - get the PWD to show up as the prompt Solution to 1 - stty erase ^H Solution to 2 - export PS1="$PWD>" Or so I thought...type those commands on the... (6 Replies)
Discussion started by: dstinsman
6 Replies

4. UNIX for Dummies Questions & Answers

Qtractor running in Puppy 4 Dingo

Hi All ,anyone trying to audit Qtractor and having playback sound (jack or etc.)problems can grab a copy Puppy 4 Dingo LiveCD ,Qtractor 0.2.0 and timidity 2.13.0 install these and use timidity as the audio server.Not what I would call the most efficient installation but it works if everything else... (0 Replies)
Discussion started by: texbilld
0 Replies

5. Shell Programming and Scripting

A script that read specific fileds from the 7th line in a file

Dear All, I need a unix script that will read the 7th line and especially these fileds from a file Mo speed 16, Mt speed 15 every 15 minutes starting from 00:00 to 23:45 on daily basis and put the result in a txt file and name it MT_MO_20090225.txt, please also note that the system date format... (2 Replies)
Discussion started by: samura
2 Replies

6. Shell Programming and Scripting

perl script chokes on dirs with spaces

Basically, I have a perl script that calls enables one to resume where a video file left off (i.e. where the user stopped playback) that chokes on files that are located in a path that contains spaces. To make the situation a little more complicated, the perl script gets help from a bash script... (6 Replies)
Discussion started by: audiophile
6 Replies

7. Solaris

Can we spy a tty session?

First of all, in no way I want to use this to hack / cheat / steal etc ... I am an admin of a couple of hundred users which are 99,8% > 500miles away from me and to facilitate some administration part I would like to be able to "spy" what they are doing in there sessions, live. ex: ... (7 Replies)
Discussion started by: plmachiavel
7 Replies

8. UNIX for Advanced & Expert Users

How can I remotely take unix/linux tty control!?

Hello everyone!. I am wondering if it is possible to take control of a tty session???!!!. For example: imagine you are running a command in a unix server that will take 12 hours to compleate... now, imagine you are at your home and you want to check how the command is performing or if errors... (2 Replies)
Discussion started by: dragonov7
2 Replies

9. Red Hat

Increase speed in linux server

Hi, Will removing space from the server increases the speed/performance. how are they related? please explain the relationship. thanks in advance regards, Pradeep (2 Replies)
Discussion started by: pradebban
2 Replies

10. Shell Programming and Scripting

How can i speed this script up?

Hi, Im quite new to scripting and would like a bit of assistance with trying to speed up the following script. At the moment it is quite slow.... Any way to improve it? total=111120 while do total=`expr $total + 1` INCREMENT=$total firstline = "blablabla" secondline = "blablabla"... (5 Replies)
Discussion started by: brunlea
5 Replies

11. IP Networking

how to increse server lan speed in hp-ux

Hi, I've a problem in hp-ux server, i.e.how to increase Ethernet speed. i dont've time to trials on production server please help me (1 Reply)
Discussion started by: karlapudi.ramu
1 Replies

12. Hardware

How to test the speed of your WIFI network?

Dear all, Would you know how to measure the max speed of a WIFI connection between a router and a laptop for instance? Many thanks for your help! Regards, (3 Replies)
Discussion started by: freddie50
3 Replies

13. Linux

Problem with playback of recorded videos

A few days ago, I barely knew what Linux was. But when I installed Linux Mint, Most of the stuff was wonderful; It was not the case of screen recording. I first wanted to record with OBS, using pretty good quality and with MP4 as output format. I recorded what I wanted to record, but when I saw... (1 Reply)
Discussion started by: Caloxeno
1 Replies