Exercises
Use the
-cflag to implement themaxtimescript from Chapter 4 (p. 100) but without using a file to store the script.Figure out how the script on page 212 works.
Redefine your Expect prompt so that it shows the host name, the last two elements in your current working directory, and the history event number. Save this in your
.expect.rcfile.Rewrite the script on page 226 so that the references to the
user_XXXcommands are dynamically generated. Wrap the result in a procedure calledapp_interpreter.Using the
aftpscript in Chapter 6 (p. 141), create aliases in your shell’s.rcfile for your favorite hosts so that you can type the host name as the command rather than having to typeaftpfirst.The
rupprogram shows the status of machines on the local network. Unfortunately,rupcan wait a significant amount of time for responses before timing out, and it provides no flags to modify this behavior. Write arupscript that understands a-timeoutflag.The command loop on page 226 can blow up if the user feeds it strings that are not valid lists. Fix the script so that it cannot blow up.