Lines Matching +full:user +full:- +full:programmable
9 * exit value from 0..255 not -128..127 as posix mandates.
38 * set -r makes variables readonly
40 * file operators: Changed -s == !-z and -S == socket
46 * Shell -w -x are now POSIX compliant on POSIX machines.
52 * new -b -c etc file operators from SGI csh.
57 * history and dirs accept now -LSc flags.
67 * complete and uncomplete builtins; user-programmable completion additions.
68 * Tcsh now uses the rightmost column of the terminal, allowing cut-and-paste
73 * cd -; changes to the previous directory.
80 * showdots=-A makes listing behave like ls -A.
84 * Shorthand for file tests in 'if' expressions ( -dx file ) is the
85 same as ( -d file && -x file )
91 * %d in the prompt is the week-day and no longer $cwd; use %/ instead.
100 be cleared are specified as -<mode>, and the ones that should be
102 the modes that are affected by tcsh, and setty -a prints all modes.
114 -DCOMPAT. -DCOMPAT may go away in future tcsh versions and the way tcsh
134 * bindkey -r
135 * history -t
149 * Glob-expand, on arguments.
157 * Mostly shared strings (a side-effect)
158 * Highlights everywhere (and in ls-F) filenames that contain characters
162 * dirs takes also a -v flag for `vertical display'
165 code, very useful for novice users who hit control-Z 10 times on
167 set listjobs=long, jobs -l is executed every time a job is suspended.