On Wed, 5 Dec 2018 21:50:27 +0000, Edward Finnell wrote:

>Don't know what AOL does sometimes.
>
That's what I use, but IMAP, not webmail.

>The IBM url 
>is:https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/lookatkc
>
Thanks.

>The tinyurl is:
> https://tinyurl.com/ycxffjr3 
>
... but I can't add parameters to that in a script.

My 5-year old script works (not thoroughly tested) with a 1-line change:
#! /bin/sh -x

zOSver="release=ZOS%2F${REL-V1R13}"  # Hammer and file to fit.

# Obsolete:
URL="http://publibz.boulder.ibm.com/cgi-bin/os390/lookat?msgid=$1&$zOSver";

# 2018-12-05
URL="https://www.ibm.com/support/knowledgecenter/search/$1%20inurl%3Assltbw_2.3.0%2Bintitle%3A$1";
Sys=`uname -sv`
case "$Sys" in
      *Darwin*) "${lookapp=open}"       "$URL";;
      *CYGWIN*) "${lookapp=cygstart}"   "$URL";;
       *Linux*Ubuntu*)
                "${lookapp=xdg-open}"   "$URL";;
       *Linux*) "${lookapp=gnome-open}" "$URL";;
       *SunOS*) "${lookapp=gnome-open}" "$URL";;
       *OS/390*) http_proxy="${WWW_PROXY=http://www-proxy.us.oracle.com:80/}"; 
"${lookapp=lynx}" -dump "$URL";;
esac

Thanks again,
gil


>In a message dated 12/5/2018 3:14:47 PM Central Standard Time, 
>0000000433f07816-dmarc-requ...@listserv.ua.edu writes:
>>https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/lookatkc?OpenDocumentIn
>> a message dated 12/5/2018 2:39:05 PM Central Standard Time, 
>>0000000433f07816-dmarc-
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to