On Sun, 29 Aug 2010 22:40, jpboa...@yahoo.com said:
> This problem exists with gpg and with the older pgp 2.x. I'd like to solve
> it by redirecting STDIN because pgp 2.x doesn't implement the options that
> you specify.
Use --batch i you don't want to be asked. For a
This problem exists with gpg and with the older pgp 2.x. I'd like to solve it
by redirecting STDIN because pgp 2.x doesn't implement the options that you
specify.
--- On Sun, 8/29/10, Laurent Jumet wrote:
> From: Laurent Jumet
> Subject: Re: Redirecting STDIN
&g
Hello James !
James Board wrote:
> I'm trying to encode a file in a shell script on a linux machine. The
> script is getting stuck on an interactive question for which the answer is
> always 'y' (yes). I tried redirecting stdin from a file, and with 'echo "y
James Board wrote:
> I'm trying to encode a file in a shell script on a linux machine. The script
is getting stuck on an interactive question for which the answer is always 'y'
(yes). I tried redirecting stdin from a file, and with 'echo "y" | ", but
that
On 8/28/2010 5:34 PM, James Board wrote:
I'm trying to encode a file in a shell script on a linux machine.
The script is getting stuck on an interactive question for which the
answer is always 'y' (yes). I tried redirecting stdin from a file,
and with 'echo "y"
I'm trying to encode a file in a shell script on a linux machine. The script
is getting stuck on an interactive question for which the answer is always 'y'
(yes). I tried redirecting stdin from a file, and with 'echo "y" | ", but
that doesn't w