Preventing wildcard character expansion

The command:
set -o noglob
tells the shell not to expand wildcard characters in file names. This command is occasionally useful if you are entering command lines that contain a number of characters that would normally be expanded. See Using a wildcard character to specify file names for a discussion of wildcard characters.