Tag: netscape navigator 5


  • The below text is from a ticket I opened with Blackboard this morning. I used this unix command to dump a list of all supported browsers from the browserchecker.xml. grep -A 1 ‘supported=”true”‘ serverconfs/browserchecker.xml | grep descript | awk -F\> ‘{print $2}’ | awk -F\< ‘{print $1}’ The list of supported browsers does not match…