| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| X-Authority-Analysis: | v=1.0 c=1 a=7PQZrhd0FpIXCSRAT64A:9 a=KsWy4OUHpEpViWjTIAcA:7 a=02emtqJ1SV8BUqOyH0y36douX50A:4 |
| Message-ID: | <4B4A5CF8.4030906@columbus.rr.com> |
| Date: | Sun, 10 Jan 2010 18:04:24 -0500 |
| From: | Paul McFerrin <pmcferrin AT columbus DOT rr DOT com> |
| Reply-To: | pmcferrin AT columbus DOT rr DOT com |
| User-Agent: | Thunderbird 2.0.0.23 (Windows/20090812) |
| MIME-Version: | 1.0 |
| To: | Cygwin <cygwin AT cygwin DOT com> |
| Subject: | Missing documentation on bash |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Folks:
I can't seemed to find any man pages for bash or other documentation.
I'm having terriable problems is getting my .bat/.sh script working and
I'm thinking changing shells. I normally use the same routine for all
.bat scripts.
=====backup_e.bat======
echo off
set ENV="/dev/null"
set PATH=C:\cygwinV\bin;%PATH%
SET IS_CYGWIN=true
set HISTSIZE=1200
set HOME="/dev/null"
set CYGWIN=tty
ksh -c echo off
set ENV="/dev/null"
set PATH=C:\cygwinV\bin;%PATH%
SET IS_CYGWIN=true
set HISTSIZE=1200
set HOME="/dev/null"
set CYGWIN=tty
ksh -c "C:/cygwinV/backup_e"
were the bulk of cygwin's work in done by backup_e
until I officially cut over to 1.7. Now only the backup for "e" is
working. Every other batch script is now fainling.
In one batch script, I had to replace a link I used with ksh. It is
working now. In another case, I got permission denied with the target
of ksh and mode 766.
I'm still playing with this one. If I can only get back to a template
that works, I'll be happy.
And the bulk of the cygwin's work is done by
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |