2.2. Special Characters

As you type, some characters have a special meaning. For example, if you have entered the first few letters of a file name and hit the Tab key, the shell will examine what you have typed so far and attempt to complete the filename by filling in the remaining characters. If the shell is unable to complete the filename, a bell or beep sound will be given. Even in this case, the shell will fill in as many characters as it can.

Most special characters are entered by holding down the Control key while typing a letter. By convention, we designate this by placing the symbol ^ in front of the name of the second key. For example, if you have typed zero or more letters of a filename and want to see a list of what filenames begin with what you have typed, you could type ^D, i.e., hold down the Control key and type d.

Some other useful special keys are: