|

楼主 |
发表于 2007-6-18 12:32:53
|
显示全部楼层
Post by hppyhjh
# '' required to prevent cpp from treating "/*" as a C comment.
这不有一个注释吗,谁解释一下。''可能没有用处吧,跟null string一样?
就等同于 /*|\./*) , 这里期望参数是一个脚本或程序。如 /a.sh or ./a.sh
问题就在于此,我不明白startx为什么期望带这样的参数呢(如 /a.sh or ./a.sh)?下面是startx的一个简介:
[color="Blue"]startx 只是xinit的一个前端工具,它所做的只是设置好一些变量,资源。然后再用xinit 启动X window.
xinit的命令格式:
xinit [ [client] clientargs] [-- [server] [display] serverargs]
其实startx后面如果跟参数的话,也是这样的:startx [ [client] clientargs] [-- [server] [display] serverargs]
这样我就不能理解上面的这个case里面的东东与这些参数是如何对应的 |
|