RE: getting output to stdout and browser not wanted

2001-11-20 Thread Jan-Willem Haaring
Hi On Tue, 20 Nov 2001, Randy Higginbotham wrote: > > Nevermind... OK > > $pgp_comand = "$pgp_path -r \"$pgp_public_key_user_id\" -at -o $output_file > >/dev/null > > creates the unwanted output, and > > $pgp_comand = "$pgp_path -r \"$pgp_public_key_user_id\" -at > $output_file > > Does not. W

RE: getting output to stdout and browser not wanted

2001-11-20 Thread Randy Higginbotham
Nevermind... $pgp_comand = "$pgp_path -r \"$pgp_public_key_user_id\" -at -o $output_file >/dev/null creates the unwanted output, and $pgp_comand = "$pgp_path -r \"$pgp_public_key_user_id\" -at > $output_file Does not. Any ideas? Randy -Original Message- From: Randy Higginbotham [ma