由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Enviroment Config Help
相关主题
AIX shell configuration我的alia放在script里为什么不工作?
hotkey in unix一个unix .cshrc的wenti
问个问题急:ld.so.1的问题
.cshrc?.login?.profile?about autocompletion
UNIX dummy Questions?Re: How to setup the arrowkey(for history command) and table-complete
TELNET 老断Command history
怎样改成tcsh?superuser的用户环境定义文件在那里呢?
怎么更改一些系统命令的路径,非管理员? 如gcc等.[转载] 如何返回当前窗口正在运行的程序名称
相关话题的讨论汇总
话题: csh话题: config话题: tcsh话题: enviroment话题: tab
进入Unix版参与讨论
1 (共1页)
n****e
发帖数: 4
1
I don't know how to config Cshell for
following functions:
1. Up arrow for previous commands
2. Tab key for implicit file name
Thanks
l******o
发帖数: 25
2
seems you need bash.
I don't know whether these 2 functions are supported in csh or notW

【在 n****e 的大作中提到】
: I don't know how to config Cshell for
: following functions:
: 1. Up arrow for previous commands
: 2. Tab key for implicit file name
: Thanks

i***f
发帖数: 10
3
man csh, it seems that those two are already there, check TERMINAL TYPE
and profiles like .tcshrc.

【在 l******o 的大作中提到】
: seems you need bash.
: I don't know whether these 2 functions are supported in csh or notW

G**T
发帖数: 388
4
./tcsh

【在 i***f 的大作中提到】
: man csh, it seems that those two are already there, check TERMINAL TYPE
: and profiles like .tcshrc.

m*******m
发帖数: 182
5
You guys are talking about tcsh, not csh. The key bindings
for hitsoty substitution and completion are enhancements
tcsh made over csh. So, run tcsh instead of csh.

【在 G**T 的大作中提到】
: ./tcsh
i***f
发帖数: 10
6
In csh, file completion and history substitution is realized by setting
environment variables, while in tsch it's there by default. That's
why I sugguest to check TERMINAL TYPE or profiles like .tcshrc to
see if something wrong.

【在 m*******m 的大作中提到】
: You guys are talking about tcsh, not csh. The key bindings
: for hitsoty substitution and completion are enhancements
: tcsh made over csh. So, run tcsh instead of csh.

m*******m
发帖数: 182
7
I dont think so. csh doesnt have command line editor. Its
history
substitution is via event specifiers, ie, !!, !n, !str, !#,
etc. tcsh shell
has this general purpose command line editor as a major
enhancement over
csh. See `man csh` and `man tcsh` for the detail
differences.
Some sysasms just alias csh to be tcsh. This may be the
source of confusion
too.
tcsh reads .cshrc and .tcshrc at startup, while csh only
reads .cshrc.
csh command completion is via ESC rather than TAB in tcsh,
and by

【在 i***f 的大作中提到】
: In csh, file completion and history substitution is realized by setting
: environment variables, while in tsch it's there by default. That's
: why I sugguest to check TERMINAL TYPE or profiles like .tcshrc to
: see if something wrong.

i***f
发帖数: 10
8
Thanks storm, your analyse is really good.
Sign, haven't using csh after getting used to ksh for a long time,
I am confused about ESC and TAB. Sorry for the wrong answer in
prevoius message.

【在 m*******m 的大作中提到】
: I dont think so. csh doesnt have command line editor. Its
: history
: substitution is via event specifiers, ie, !!, !n, !str, !#,
: etc. tcsh shell
: has this general purpose command line editor as a major
: enhancement over
: csh. See `man csh` and `man tcsh` for the detail
: differences.
: Some sysasms just alias csh to be tcsh. This may be the
: source of confusion

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 如何返回当前窗口正在运行的程序名称UNIX dummy Questions?
[转载] EMACS TAB question TELNET 老断
tc shell script??怎样改成tcsh?
any difference between cshell and xterm in Unix?怎么更改一些系统命令的路径,非管理员? 如gcc等.
AIX shell configuration我的alia放在script里为什么不工作?
hotkey in unix一个unix .cshrc的wenti
问个问题急:ld.so.1的问题
.cshrc?.login?.profile?about autocompletion
相关话题的讨论汇总
话题: csh话题: config话题: tcsh话题: enviroment话题: tab