#!/bin/bash

ncdump -h $1 | grep -v -E '(ncatted|ncks|ncrename)' | grep -v $'\t'":" | sort
