Table of Contents

Automatic filename quoting

CLEX correctly handles special characters in filenames. For example: in order to delete a file named * (asterisk) it generates the correct command rm \*, and not the incorrect and disastrous rm *.

Remember that automatic quoting applies only to filenames being inserted into the command line (<tab> and keys <F2> to <F12>).

See also: configuration parameter QUOTE