X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:from:to:references:subject:date
	:message-id:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=IHwTgnMPr7t9bItjuNYVwKD30ojxH7
	C7jeeGYK25D4vlUyJ2T3kBgarAD66qxDvvJboBkIRPg50/4XjVdRjaMkLVOM6/X5
	8s0yfrZVHWHX8TBs82HOx5prC/5cyxroId5ncXkCyohMUAYV8rDqAOzyrxOcpzj0
	M88COePVfJtGY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:from:to:references:subject:date
	:message-id:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=9K6v+xu6oSR+19/XxaKAGNPCBYQ=; b=d1iK
	h8cdkFKxLgVEvVqmJ8N0iRsEOQQSs1cmGax0jmfhwceKXVrYz1azPLPbR6qP3l7Q
	GlLPct30UqQSppKHpzqm353c7VMJlomzhaFNf+oWyhetAMNPGLD6NfhZcGzB8cQd
	swtUYbx5e+O3I430qvQOOFeeGkAjjSd8I4ic7Ck=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2
X-HELO: fmailhost02.isp.att.net
Reply-To: <wilson@ds.net>
From: <wilson@ds.net>
To: "'Alvin Oo'" <defalcator@gmail.com>, <cygwin@cygwin.com>
References: <loom.20150624T150038-632@post.gmane.org>
Subject: RE: Uses of Cygwin
Date: Thu, 25 Jun 2015 07:26:07 -0400
Keywords: Business
Message-ID: <06D04628F8754C40BAA1B6988DED2815@NCC1701>
MIME-Version: 1.0
Content-Type: text/plain;	charset="us-ascii"
Content-Transfer-Encoding: 7bit
In-Reply-To: <loom.20150624T150038-632@post.gmane.org>
X-IsSubscribed: yes

> 1) does it support ruby,python,c++,c, java?
Yes, you just need to select the package you'd like in addition to the basic
installation.  This process is easy and there is a search field that will
assist in locating the package you desire.

> 2) What type of shell does it support? (sh,ksh),what can it emulate?
Both Bash and Korn shells are supported in addition to several other shell
interpreters.

> 3) Is it possible for cygwin to start in a certain folder, akin to when I
drop cmd.exe on a certain folder, or name powershell to start in a certain
folder it will open up, i need to navigate to directory fast
Cygwin is designed to emulate a Posix compliant (Linux like) environment on
a Windows OS machine.  By default your command line sessions will start in
your home directory, however if you have other areas where you commonly
work, set a symlink to that area and use the link for fast and easy
directory changes.
Since this is a Posix environment, using the '\' character, instead of the
'/' character, character in path names will usually fail.  There is a
special command "cygpath" that will allow you to easily convert from one
path to the equivalent posix path [i.e. cd "$(cygpath "C:\some\directory")"
will convert to the equivalent posix path].  You can reach any Windoze
folder in this manner.

> 4) What are the alternatives to cygwin, what are the advantage and
disadvantage of cgywin?
Yes, but few are free or as well maintained (a great tribute to the Cygwin
team).
> 5) What are the most common uses of cgywin?
You can use Cygwin for almost anything you would use any Linux or Unix
environment for.  I often test scripts or programs in Cygwin.  There are a
few exceptions but they are generally speaking rare (named pipes have
historically had issues).  Cygwin may have a few differences which are
forced on them by the actual Windoze OS, but again these are uncommon.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

