Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good IDE for working with shell-scripting in a Windows environment? [closed]

Tags:

I have already learned shell-scripting in Linux environment.

However, now I am unable to install Linux on my PC, but I need to practice shell-scripting.

Currently, I have Windows XP installed on my PC. Is there any known IDE which can help me practice shell-scripting programs in windows environment?

like image 335
ykombinator Avatar asked Sep 25 '10 12:09

ykombinator


People also ask

Which IDE is best for shell scripting?

IntelliJ IDEA provides coding assistance for shell script files: completion (including local paths), highlighting, quick documentation, textual rename refactoring, and more. It also includes a special type of run/debug configurations for shell scripts.

Can you run a shell script in Windows?

Yes, now with Bash Shell in Windows 11 and Windows 10, you can now create and run Bash shell scripts and incorporate Bash commands into a Windows batch file or PowerShell script.

What does Windows use instead of bash?

Bash on Windows is a new feature added to Windows 10. Microsoft has teamed up with Canonical, aka the creators of Ubuntu Linux, to build this new infrastructure within Windows called the Windows Subsystem for Linux (WSL). It allows developers to access a complete set of Ubuntu CLI and utilities.


1 Answers

I found a cool Online IDE, which will perhaps help me to write simple bash scripts.

Here it is: Ideone.com

like image 77
ykombinator Avatar answered Sep 22 '22 00:09

ykombinator