开发者

Can I do shell scripting in Windows [closed]

开发者 https://www.devze.com 2023-04-09 03:14 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

开发者_开发百科 Improve this question

I am a new Unix programmer. I want to practice some Unix programs but don't want to install a Unix system. I want to work only on Windows. Is there any way by which I can run shell programs on Windows?


You have a number of options.

  • You can install cygwin for a Unix like environment.
  • You can run the GNU software compiled for Windows with GnuWin32.
  • Higher level scripting with Perl, Python, Ruby etc. is easy since those languages all have good Windows versions.
  • There is Windows PowerShell but that will probably feel very alien to you.


You can install a virtual machine with Ubuntu or other distribution of Linux on your Windows. VirtualBox is a good free product to do so.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号