我有两台机器,第一台是
Machine A : Windows 7 professional with service pack 1 and VS2012
Machine B : Windows 8.1 and VS2012
现在机器A给出以下结果
E:\>rm
rm: too few arguments
Try `rm --help' for more information.
机器B给出以下
C:\>rm
'rm' is not recognized as an internal or external command,
operable program or batch file.
如何使rm命令在Windows 8 VS2012命令提示符下工作。他们是我需要安装的插件吗?
答案 0 :(得分:0)
安装http://gnuwin32.sourceforge.net/packages/coreutils.htm处的GnuWin32 CoreUtils。然后将C:\ Program Files(x86)\ GnuWin32 \ bin添加到PATH。