Redian新闻
>
how to let a command set in .cshrc run?
avatar
how to let a command set in .cshrc run?# Unix - 噫吁兮,危乎高哉
o*n
1
just noticed this. when set an alias in .cshrc or other .files,
such as "alias lsls 'ls -ld '", and if I write a shell file
which has something like "lsls", the shell complains that
no such command found. the thing is if I run "lsls" without
including it in a shell file, then it works.
how to solve this problem?
avatar
a*g
2
Try adding this thing to the top of the shell script:
#!/usr/bin/tcsh
or something similar, depending on what shell you use and what path that shell
resides in.

【在 o***n 的大作中提到】
: just noticed this. when set an alias in .cshrc or other .files,
: such as "alias lsls 'ls -ld '", and if I write a shell file
: which has something like "lsls", the shell complains that
: no such command found. the thing is if I run "lsls" without
: including it in a shell file, then it works.
: how to solve this problem?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。