Software for editing shell script on Windows

Asked By 20 points N/A Posted on -
qa-featured

Hello Techyv Users,

Suggest me the best software that can be used for compiling and editing shell script on Windows. I would like to have an editor with tools that will make Shell Script programming easier. Right now I am using EditRocket, so please suggest me a better software.

Regards,

Ann Tanner

SHARE
Best Answer by Aron Hank
Answered By 0 points N/A #149675

Software for editing shell script on Windows

qa-featured

You can use Microsoft Windows PowerShell 1.0/ 3.0/ 4.0 which is free to download and is a new command-line shell and scripting designed for automation. It is compatible with Windows XP, Vista and 8.  

http://download.cnet.com/Microsoft-Windows-PowerShell-1-0-for-Windows-XP/3000-2070_4-75450849.html

You can also download Notepad++, a source code editor that supports many programming languages. The new version 6.4.5 is free to download, compatible with Win 98/ XP/ Vista/ 7, and has an additional function to fix regression on recent file history.

http://download.cnet.com/Notepad/3000-2352_4-10327521.html

Best Answer
Best Answer
Answered By 0 points N/A #149676

Software for editing shell script on Windows

qa-featured

Compiling and Editing Shell script on windows requires an IDE to imitate as Linux. Or else you can move on to software like Edit Rocket to edit the Shell script. Other Software for editing Shell scripts are as follows:

1. Ideone – It is perfect to edit as well as run Shell scripts.  There is no need to download any software. It is an online tool, where you can select Bash script out of many languages that ideone provides.

2. UltraEdit – The software allows you to edit Unix scripts with added editing features like syntax highlighting, code-folding, and others. The software is recommended by CNET for its ease to use and packed with powerful editing features.

3. TCC/LE– This is the superset of the original windows command line. You can edit shell scripts without the need for Virtual Linux IDE installed. You can easily access it through windows.

4. UnxUtils– This tool uses the windows GNU utilities to Windows, without depending on any emulation layer like that of Cygwin.

 5. Notepad ++– This tool is written in C++ and based on Win 32 API. It is a portable editing software.

Related Questions