由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - How to change exe color in "ls" in ubuntu 12.04 ?
相关主题
ubuntu 里 term的字的颜色怎么显示?如何在重启后恢复terminal
how to change line color of "vi" after "set nu"突然发现修改~/.fonts.conf都不用logout再login了
nook color gets ubuntuubuntu 14.04怎么样?
Enjoy! 分享一个自用的conkyrcapt-get是老中在维护吗?
how to change the color in vi displayed textlinux下如何search Windows XP里的文件?
ubuntu无法上下箭头呼出历史命令How to check if the cosole support color or not
new to Ubuntu.. How to type Chinese in Ubuntu?any idea on color management?
Ubuntu不能关机了Conky Colors Makes Your Conky Beautiful In Seconds (Version 3.20 Released)
相关话题的讨论汇总
话题: dircolors话题: color话题: eval话题: change话题: exe
进入Linux版参与讨论
1 (共1页)
w**2
发帖数: 724
1
ok i keep on searching and cannot make it work.
This is what i did,
1. cd ~
2. dircolors -p > .dircolors (tried .dir_colors)
3. change the ex color
4. logout
5. open console, still old color
Any suggestions pls !
z****s
发帖数: 192
2
试一试加如下一行到你的".bashrc"文件(如果没有,那就自己生成一个)里
eval `dircolors ~/.dircolors`
如果你的.dircolors文件放在其它地方,那就加上它的路径:
eval `dircolors color_file_dir/.dircolors`
w**2
发帖数: 724
3
Big Cow,
it worked if i do exactly as you said using eval.
but not working if i call "dircolors ~/.dircolors".
what's eval do ?
Thanks a lot !

【在 z****s 的大作中提到】
: 试一试加如下一行到你的".bashrc"文件(如果没有,那就自己生成一个)里
: eval `dircolors ~/.dircolors`
: 如果你的.dircolors文件放在其它地方,那就加上它的路径:
: eval `dircolors color_file_dir/.dircolors`

z****s
发帖数: 192
4
我不是什么大牛,更不是什么“Big Cow”(大母牛?:))。俺只是一个Linux业余爱好
者而已。你问的问题我碰巧以前遇到过。相关命令也刚好经常用。
eval就是"evaluate"的意思。“dircolors ~/.dircolors”只是显示color定义,你的
当前Shell并没有真正执行它。但”eval `dircolors ~/.dircolors`“则是执行了“
dircolors ~/.dircolors”所显示的东东。这和你把“dircolors ~/.dircolors”显示
的东东贴到你的command line些再执行(hit return)是等价的。上次回复建议你把那
一行命令放到你的bashrc (suppose you are using bash as the login shell.)文件
里,这样你下次不用每次敲那行命令了。
关于eval可以参见以下链接。里面有个很好的十分简洁的例子。
http://www.unix.com/man-page/posix/1posix/eval/

【在 w**2 的大作中提到】
: Big Cow,
: it worked if i do exactly as you said using eval.
: but not working if i call "dircolors ~/.dircolors".
: what's eval do ?
: Thanks a lot !

1 (共1页)
进入Linux版参与讨论
相关主题
Conky Colors Makes Your Conky Beautiful In Seconds (Version 3.20 Released)how to change the color in vi displayed text
how to change the color of c language keyword in vi ?ubuntu无法上下箭头呼出历史命令
how to change color setting for folders when using "ls"new to Ubuntu.. How to type Chinese in Ubuntu?
发福利 vim schemesUbuntu不能关机了
ubuntu 里 term的字的颜色怎么显示?如何在重启后恢复terminal
how to change line color of "vi" after "set nu"突然发现修改~/.fonts.conf都不用logout再login了
nook color gets ubuntuubuntu 14.04怎么样?
Enjoy! 分享一个自用的conkyrcapt-get是老中在维护吗?
相关话题的讨论汇总
话题: dircolors话题: color话题: eval话题: change话题: exe