From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3EKqPD2020314 for ; Sun, 14 Apr 2019 16:52:25 -0400 Received: by smtp.corp.redhat.com (Postfix) id A1E8C1001E75; Sun, 14 Apr 2019 20:52:25 +0000 (UTC) Received: from mx1.redhat.com (ext-mx19.extmail.prod.ext.phx2.redhat.com [10.5.110.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9A6EB1001DDE for ; Sun, 14 Apr 2019 20:52:23 +0000 (UTC) Received: from mail.carmickle.com (mail.carmickle.com [69.164.218.211]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A98D8307D849 for ; Sun, 14 Apr 2019 20:52:22 +0000 (UTC) Received: from portkey.lan (unknown [176.230.59.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.carmickle.com (Postfix) with ESMTPSA id 267A04779011 for ; Sun, 14 Apr 2019 20:52:20 +0000 (UTC) Date: Sun, 14 Apr 2019 21:52:18 +0100 (BST) X-X-Sender: geoff@portkey.home To: Linux for blind general discussion Subject: Re: between google and firefox it's nearly impossible to get anything done! In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quitelikely.com; s=20160808-mail; t=1555275141; bh=XIK8WVYhOjDA0grlZlYBOv4Ehc+ZTSl/WLAWfPPyG3c=; h=Date:From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type; b=Bm/ANdXusR0WlSH99v31DCIULK8C5amGGEbRW8VpTW1L+gXI6Tkhqf7FJbhcKzNjexHg1V6AMTS7liwKqwQP1Qj/N1sqBgZnZJxDkA1OGg5prUAf0Xj7qkCmn6Lob22mglMbgRlwary978nEc/kysNGUuuEH1lHxzlS4Fl5q0ZA= X-Greylist: Sender passed SPF test, ACL 242 matched, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Sun, 14 Apr 2019 20:52:23 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Sun, 14 Apr 2019 20:52:23 +0000 (UTC) for IP:'69.164.218.211' DOMAIN:'mail.carmickle.com' HELO:'mail.carmickle.com' FROM:'geoff@QuiteLikely.com' RCPT:'' X-RedHat-Spam-Score: -0.101 (DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_PASS) 69.164.218.211 mail.carmickle.com 69.164.218.211 mail.carmickle.com X-Scanned-By: MIMEDefang 2.84 on 10.5.110.48 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-loop: blinux-list@redhat.com From: Linux for blind general discussion X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: blinux-list@redhat.com List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2019 20:52:25 -0000 On Sun, 14 Apr 2019, Linux for blind general discussion wrote: > I found out a few minutes ago it's not possible to do something like: > firefox < /home/jude/surf > Where /home/jude/surf has an ugly google url in it that cannot be > processed by > lynx since google and so very many other web sites love blocking what > doesn't use javascript. How about: firefox `cat /home/jude/surf` Though you may need to do: firefox "`cat /home/jude/surf`" to avoid problems with the shell. HTH, Geoff.