Am 13.03.2013 10:38, schrieb marco atzeri:
On 3/13/2013 10:21 AM, Bob Brusa wrote:
Am 13.03.2013 10:17, schrieb marco atzeri:
On 3/13/2013 10:03 AM, Bob Brusa wrote:
Hi,
it seems I miss something. The primitive script t1.sh
#!/bin/bash
echo "script running"
ls -l
echo "script terminating"
exi
On 3/13/2013 10:21 AM, Bob Brusa wrote:
Am 13.03.2013 10:17, schrieb marco atzeri:
On 3/13/2013 10:03 AM, Bob Brusa wrote:
Hi,
it seems I miss something. The primitive script t1.sh
#!/bin/bash
echo "script running"
ls -l
echo "script terminating"
exit 0
produces a rather unexpected result whe
On 13 March 2013 09:03, Bob Brusa wrote:
> Hi,
> it seems I miss something. The primitive script t1.sh
>
> #!/bin/bash
> echo "script running"
> ls -l
> echo "script terminating"
> exit 0
>
> produces a rather unexpected result when running it from cygwin terminal:
>
> rwb@w500 ~
> $ ./t1.sh
> scri
On 3/13/2013 10:03 AM, Bob Brusa wrote:
Hi,
it seems I miss something. The primitive script t1.sh
#!/bin/bash
echo "script running"
ls -l
echo "script terminating"
exit 0
produces a rather unexpected result when running it from cygwin terminal:
rwb@w500 ~
$ ./t1.sh
script running
ls: unknown o
Hi,
it seems I miss something. The primitive script t1.sh
#!/bin/bash
echo "script running"
ls -l
echo "script terminating"
exit 0
produces a rather unexpected result when running it from cygwin terminal:
rwb@w500 ~
$ ./t1.sh
script running
ls: unknown option --
„ls --help“ gibt weitere Informa
5 matches
Mail list logo