Basic-Intermediate-Advanced Unix shell scripting in Windows platform
##Option 1: Using Git in Windows
dell@DELL3521 ~
$ git --version
git version 1.9.5.msysgit.1
##Option 2: Using Telnet in Windows Command Prompt
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
Installation
C:\Users\dell>d:
D:\>pkgmgr /iu:"TelnetClient"
D:\>pkgmgr /iu:"TelnetServer"
Checking Active Connections
D:\>netstat -an
Telnet - Client
D:\>telnet -l ashumeow:139
D:\>open 192.168.50.1 139
Telnet - Server
Configuration --- [https://technet.microsoft.com/en-us/library/cc754837(v=ws.10).aspx]
##Option 3: Windows Powershell
##Which one I am using? I am using Git bash (option-1) for scripts execution and i do coding in Sublime Text 3