Lines Matching refs:This
1 This directory contains scripts that give examples of using Pexpect.
4 This script creates SSH connections to a list of hosts that
12 This implements a command similar to the classic BSD "script" command.
13 This will start a subshell and log all input and output to a file.
14 This demonstrates the interact() method of Pexpect.
17 This is for cleaning up binary files improperly added to
18 CVS. This script scans the given path to find binary files;
24 This demonstrates an FTP "bookmark".
25 This connects to an ftp site; does a few ftp commands; and then gives the user
29 This demonstrates the interact() method of Pexpect.
32 This runs a sequence of system status commands on a remote host using SSH.
37 This will login to a list of hosts and change the password of the
38 given user. This demonstrates scripting logins; although, you could
44 This starts the python interpreter and prints the greeting message backwards.
48 This is a wizard for mencoder. It greatly simplifies the process of
55 This lists a directory on a remote machine.
58 This starts an SSH tunnel to a remote machine. It monitors the connection
62 This will run the uptime command and parse the output into python variables.
63 This demonstrates using a single regular expression to match the output
69 This collects filesystem capacity info using the 'df' command.