Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-17 Thread Piet Delport
--da9oBGf5DLtF9ehv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 17 Sep 2001 at 17:19:26 -0400, David T-G wrote: > Will -- >=20 > ...and then Will Yardley said... > % David T-G wrote: > % > > it seems kind of silly to m

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-17 Thread Will Yardley
David T-G wrote: > Ah :-) Well, you can't use the Bourne shell without proper licensing, > and GNU/Linux is all about free stuff. There's a written-from-scratch > PDksh public domain ksh out there, but bash is the only ready-today > free sh clone (and then some :-) out there. ahh forgot about t

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-17 Thread David T-G
Will -- ...and then Will Yardley said... % David T-G wrote: % > > it seems kind of silly to me - i rarely use the bourne shell but i ... % > % > No, it's not silly at all -- /bin/sh is one of the things that can be ... % > Doing away with /bin/sh would be a Very Bad Thing. % % agreed. i meant

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-17 Thread Will Yardley
David T-G wrote: > > it seems kind of silly to me - i rarely use the bourne shell but i > > like the fact that it's there in bsd systems (and that if i specify > > /bin/sh that's exactly what i'm getting). > > No, it's not silly at all -- /bin/sh is one of the things that can be > found on any un

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-17 Thread David T-G
David -- ...and then David Champion said... % On 2001.09.16, in <[EMAIL PROTECTED]>, % "David T-G" <[EMAIL PROTECTED]> wrote: % > % > % Quoting FreeBSD's "man sh" [from the listing of special parameters]: ... % > Aha! I don't use BSD (yet), so I don't have access to that, or at least ...

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-17 Thread David T-G
Will -- ...and then Will Yardley said... % David T-G wrote: % > Aha! I don't use BSD (yet), so I don't have access to that, or at % > least hadn't thought to search the web for a copy of the freebsd sh % > man page. My linux system doesn't even have a man page for sh, % > preferring info or wha

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-17 Thread Paul de Weerd
On Sun, Sep 16, 2001 at 04:42:10PM -0700, Will Yardley wrote: | David T-G wrote: | > Aha! I don't use BSD (yet), so I don't have access to that, or at | > least hadn't thought to search the web for a copy of the freebsd sh | > man page. My linux system doesn't even have a man page for sh, | > pr

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-16 Thread David Champion
On 2001.09.16, in <[EMAIL PROTECTED]>, "David T-G" <[EMAIL PROTECTED]> wrote: > > % Quoting FreeBSD's "man sh" [from the listing of special parameters]: > % | @ Expands to the positional parameters, starting from one. > % | When the expansion occurs within double-quotes,

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-16 Thread Will Yardley
David T-G wrote: > Aha! I don't use BSD (yet), so I don't have access to that, or at > least hadn't thought to search the web for a copy of the freebsd sh > man page. My linux system doesn't even have a man page for sh, > preferring info or whatever it is, and Solaris doesn't mention it at > all

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-16 Thread David T-G
Piet -- ...and then Piet Delport said... % On Fri, 14 Sep 2001 at 07:03:19 -0400, David T-G wrote: % > % ---BEGIN--- % > % #!/bin/sh % > ... % > % pgp $* 2>$PGP_ERR 1>$PGP_OUT ... % > pgp ${1+"$@"} 2>$PGP_ERR 1>$PGP_OUT % > % > and you're golden. % % It's much more straightforward to use: %

OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-15 Thread Piet Delport
--a2FkP9tdjPU2nyhF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 14 Sep 2001 at 07:03:19 -0400, David T-G wrote: > % ---BEGIN--- > % #!/bin/sh > ... > % pgp $* 2>$PGP_ERR 1>$PGP_OUT >=20 > BTW, you might want to modify

Re: Fix for PGP copyright thing...

2001-09-14 Thread David T-G
Jean-Sebastien -- ...and then Jean-Sebastien Morisset said... % I don't know about you guys, but I got tired of PGP's (version 6.5.8) % copyright message. Here's a little script I wrote called % 'pgp-no-copyright': Cool; thanks. Sec Zehl had written a patch back in the 0.95 days which condensed

Re: Fix for PGP copyright thing...

2001-09-12 Thread Christoph Maurer
Am Mit, 12 Sep 2001, schrieb Jean-Sebastien Morisset: > I don't know about you guys, but I got tired of PGP's (version 6.5.8) > copyright message. Here's a little script I wrote called I got tired of using non-free-software. Therefore I use GnuPG. Christoph -- Christoph Maurer - Paul-Röntgen-

Fix for PGP copyright thing...

2001-09-12 Thread Jean-Sebastien Morisset
I don't know about you guys, but I got tired of PGP's (version 6.5.8) copyright message. Here's a little script I wrote called 'pgp-no-copyright': ---BEGIN--- #!/bin/sh PGP_ERR="/tmp/pgperr.$$" PGP_OUT="/tmp/pgpout.$$" PGP_EXIT="0" pgp $* 2>$PGP_ERR 1>$PGP_OUT PGP_EXIT="$?" egrep -v '^(Pretty