在.cshrc文件最后加入下面一行:
set prompt="%/>"
如何将一个文件中的内容由大写变为小写
最简单的做法是在 ~/.cshrc 中设如下命令:
alias tr 'tr A-Z a-z< \!* >ttttmp; mv ttttmp \!* -f'
此处别名必须为 tr,其他的就不行,不知为什么。当需要对文件进行操作时,敲如下命令:
tr [filename]
标签: Linux, Tips-小技巧
发贴者:龙牙草 时间 2/06/2008 11:25:00 上午
发表评论
订阅 博文评论 [Atom]
The time to be greedy is when others are afraid, and the time to be afraid is when others are greedy. --Warren Buffett
查看我的完整个人资料
订阅 博文 [Atom]
0 条评论:
发表评论
订阅 博文评论 [Atom]
<< 主页