|
For example, if you wanted to set your C shell prompt to a question mark and typed
set prompt=?the question mark would be expanded to be the first single-character filename in the working directory. If one exists it will be your prompt. If no single-character filenames exist, you will get a "set: No match" error. You should have typed
set prompt=\?
© 1993-2000 Christopher C. Taylor |
|||||||