Original Message
>From: Ergun UYAR
>Sent: 28 April 2005 09:18
> When I'm at the home directory and write "ls" script
> to see the files in the cygwin directory it doesn't
> list anything?
>
> Home directory includes no file?
Try "ls -a" :)
By default the home dir contains only con
Ergun UYAR schrieb:
> When I'm at the home directory and write "ls" script
> to see the files in the cygwin directory it doesn't
> list anything?
>
> Home directory includes no file?
At least none of them are visible. Try:
$ ls -a
or try:
$ touch test
$ ls
I strongly recommend reading the man
On Sun, 9 May 2004 17:53:48 +0200, wrote:
Thread summary:-
cygstart .(opens explorer in current directory)
cygstart http://www.cygwin.com
cygstart test.mdb (calls Access)
cygstart --print README.txt
cygstart --maximize ~/projects/whatever/design.doc
cygstart -x . (explorer)
also consider
On Sun, 09 May 2004 16:14:04 +0100, wrote:
>zzapper wrote:
>> I will adapt my scripts to use cygstart and also to add the default
>> endings such that I can type
>>
>>
>>>wmdb test (no extension supplied
>>
>> or
>>
>>>wmdb test.mdb
>
>I may be pointing out the obvious here, but doesn't tab-
Hello,
* On Sat, May 08, 2004 at 01:40:16PM +0100, zzapper <[EMAIL PROTECTED]> wrote:
> With help from this NG have created the following scripts, I think
> they are very useful especially wexp. (Paths to various apps on your
> PC may vary of course). Excepting wexp all require a filename as
> par
zzapper wrote:
I will adapt my scripts to use cygstart and also to add the default
endings such that I can type
wmdb test (no extension supplied
or
wmdb test.mdb
I may be pointing out the obvious here, but doesn't tab-completion make
this unnecessary?
Max.
--
Unsubscribe info: http://cyg
On Sat, 8 May 2004 15:23:14 -0400 (EDT), wrote:
>On Sat, 8 May 2004, zzapper wrote:
>
>> Hi
>> With help from this NG have created the following scripts, I think
>> they are very useful especially wexp. (Paths to various apps on your
>> PC may vary of course). Excepting wexp all require a filenam
Igor Pechtchanski wrote:
On Sat, 8 May 2004, zzapper wrote:
Hi
With help from this NG have created the following scripts, I think
they are very useful especially wexp. (Paths to various apps on your
PC may vary of course). Excepting wexp all require a filename as
parameter eg > wmdb test.mdb
wexp
On Sat, 8 May 2004, zzapper wrote:
> Hi
> With help from this NG have created the following scripts, I think
> they are very useful especially wexp. (Paths to various apps on your
> PC may vary of course). Excepting wexp all require a filename as
> parameter eg > wmdb test.mdb
>
> wexp : Launch
Does the script have "#!/bin/bash" at the top? Does it have bash-only
commands and is possibly being executed by sh? Is the script in your
path? Have you tried putting "set -x" at the top of the script? Maybe
include the contents of the script in your post. More information about
your problem
10 matches
Mail list logo