如何判断破折号的版本号?
how to tell the version number of dash?
我安装了破折号 shell 作为 /bin/dash
。我查了dash的手册,和POSIXshell的手册是一样的,没有说shell的版本。
dash --version
不起作用。
如何知道我的dash版本号??
补充:有人指点我Ubuntu命令,好吧,不,我不是运行 Ubuntu,我是运行 Centos。
dpkg -s
Run the following command:
dpkg -s dash
在像 Centos 这样使用 rpm
的系统上:
rpm -q dash
我安装了破折号 shell 作为 /bin/dash
。我查了dash的手册,和POSIXshell的手册是一样的,没有说shell的版本。
dash --version
不起作用。
如何知道我的dash版本号??
补充:有人指点我Ubuntu命令,好吧,不,我不是运行 Ubuntu,我是运行 Centos。
dpkg -s
Run the following command:
dpkg -s dash
在像 Centos 这样使用 rpm
的系统上:
rpm -q dash