On Sat, 14 Jan 2006 11:37:42 +0100
John Smith <[EMAIL PROTECTED]> wrote:
> which heroe can tell me why the following does not work :
>
> #!/bin/sh
> cat #!/bin/sh
> ... input for thenewscriptfile.sh
> EOF
>
> It's driving me nuts!!!
>
That's why I like Debia
On Sat, 14 Jan 2006 12:26:35 +0100
Matthijs <[EMAIL PROTECTED]> wrote:
> On Sat, 14 Jan 2006 11:40:13 +0100, John Smith <[EMAIL PROTECTED]>
> wrote:
>
> > which heroe can tell me why the following does not work :
> >
> > #!/bin/sh
> > cat > #!/bin/sh
> > NOWS=$(date +%S)
On Sat, Jan 14, 2006 at 01:49:07PM +0100, David Jardine wrote:
> On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote:
> > Hi All,
> >
> > which heroe can tell me why the following does not work :
> >
> > #!/bin/sh
> > cat > #!/bin/sh
> > NOWS=$(date +%S)
> > NOWS=${
On Sat, Jan 14, 2006 at 02:39:17PM +0200, Simo Kauppi wrote:
> On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote:
> >
> > #!/bin/sh
> > cat [snip]
> > It's driving me nuts!!!
>
> Depending on what you want cat to the newscriptfile.sh, you need to
> escape all the
On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote:
> Hi All,
>
> which heroe can tell me why the following does not work :
>
> #!/bin/sh
> cat #!/bin/sh
> NOWS=$(date +%S)
> NOWS=${NOWS#0}
> NOWM=$(date +%M)
> NOWM=${NOWM#0}
> NOWH=$(date +%H)
> NOWH=${NOWH#0}
>
On Sat, Jan 14, 2006 at 11:37:42AM +0100, John Smith wrote:
> Hi All,
>
> which heroe can tell me why the following does not work :
>
> #!/bin/sh
> cat It's driving me nuts!!!
>
> Sincerely,
>
> Jan.
Depending on what you want cat to the newscriptfile.sh,
On Sat, 14 Jan 2006 11:40:13 +0100, John Smith <[EMAIL PROTECTED]>
wrote:
> which heroe can tell me why the following does not work :
>
> #!/bin/sh
> cat #!/bin/sh
> NOWS=$(date +%S)
> NOWS=${NOWS#0}
> NOWM=$(date +%M)
> NOWM=${NOWM#0}
> NOWH=$(date +%H)
> NOWH=${NOWH#0}
Hi All,
which heroe can tell me why the following does not work :
#!/bin/sh
cat
8 matches
Mail list logo