由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - UNIX dummy Questions?
相关主题
我的alia放在script里为什么不工作?怎么更改一些系统命令的路径,非管理员? 如gcc等.
AIX shell configuration急:ld.so.1的问题
一个unix .cshrc的wenti再次急问: *.tgz 文件怎么解?
Unix下是否有记录所有用户command history的工具?How to find a file in the deep children directory?
.cshrc?.login?.profile?C++5.0的初级问题
Enviroment Config HelpHELP!! (CXTERM)
TELNET 老断求助
怎样改成tcsh?how to let a command set in .cshrc run?
相关话题的讨论汇总
话题: csh话题: bsh话题: unix话题: questions话题: command
进入Unix版参与讨论
1 (共1页)
j**e
发帖数: 15
1
1) How to change login shell if I'm not the system ad?
2) Does csh/bsh support command recall?
(push UP key to recall the previous command)
I can use this function in bsh/tcsh but not csh.??
THX, guys!
i*******n
发帖数: 166
2

chsh
in .cshrc, e.g., set history=32

【在 j**e 的大作中提到】
: 1) How to change login shell if I'm not the system ad?
: 2) Does csh/bsh support command recall?
: (push UP key to recall the previous command)
: I can use this function in bsh/tcsh but not csh.??
: THX, guys!

s******n
发帖数: 15
3

or set SHELL /bin/sh, tcsh, csh, ....
csh doesn't support UP key to recall command. use history.

【在 i*******n 的大作中提到】
:
: chsh
: in .cshrc, e.g., set history=32

m*******m
发帖数: 182
4
Or just run tcsh when you login (in .login or .cshrc)

【在 s******n 的大作中提到】
:
: or set SHELL /bin/sh, tcsh, csh, ....
: csh doesn't support UP key to recall command. use history.

1 (共1页)
进入Unix版参与讨论
相关主题
how to let a command set in .cshrc run?.cshrc?.login?.profile?
how to change the log in shell?Enviroment Config Help
how to run background process after logout TELNET 老断
Re: [转载] how to get the return value of a command by shell?怎样改成tcsh?
我的alia放在script里为什么不工作?怎么更改一些系统命令的路径,非管理员? 如gcc等.
AIX shell configuration急:ld.so.1的问题
一个unix .cshrc的wenti再次急问: *.tgz 文件怎么解?
Unix下是否有记录所有用户command history的工具?How to find a file in the deep children directory?
相关话题的讨论汇总
话题: csh话题: bsh话题: unix话题: questions话题: command