/usr/bin/ncarvversion is in ncl-ncarg 6.3.0-6build1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #!/bin/csh -f
#
# $Id: version.sed,v 1.26 2010-03-14 16:33:22 haley Exp $
#
# Copyright (C) 2000
# University Corporation for Atmospheric Research
# All Rights Reserved
#
# The use of this Software is governed by a License Agreement.
#
echo ""
cat <<EOF
NCAR View - UNIX Version 6.3.0
Copyright (C) 1987-2015
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
EOF
|