http://gnuwin32.sourceforge.net/packages.html

linux ok, but win32 not ok

[[email protected] ~]# echo 2^3|bc -l
8
[[email protected] ~]#
---


D:\tools\gnuwin>echo 2^3|bc -l
23

D:\tools\gnuwin>bc --version
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.

D:\tools\gnuwin>bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
2^3
8

 换成linux的echo也有这个问题,但用了bash就没有问题

D:\>bash

[email protected]  /d
$ echo 2^3|bc -l
8

[email protected]  /d
$

修改方案

bc-win32-power-echo-vim-not-work

 

相关文章:

  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-07-14
  • 2021-07-25
  • 2021-06-05
  • 2021-09-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案