IT 244: Introduction to Linux/Unix
Class 21 Exercise, Tuesday, May 11th


Log in to pe15

Directory for This Exercise

Start Up a script Session

Execute the script command, using the --flush option

    script --flush

Command Line Editing

Command Completion

Pathname Completion

Variable Completion

Exit Your script Session

Use the exit command

    exit
You should see a confirmation message confirming that the script session is finished, resulting in a file called typescript. I will look at the typescript file, along with the other files in your directory.

Aliases

Single and Double Quotes

Exit Your script Session

Use the exit command

    exit
You should see a confirmation message confirming that the script session is finished, resulting in a file called typescript. I will look at the typescript file, along with the other files in your directory.

Functions

Exit Your script Session

Use the exit command

    exit
You should see a confirmation message confirming that the script session is finished, resulting in a file called typescript. I will look at the typescript file, along with the other files in your directory.

Checking Your Work