This file is indexed.

/usr/share/octave/3.8.0/site/m/grdinfo.m is in octave-gmt 4.5.11-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
% GRDINFO Get header information from a GMT grd-file
%
%	GRDINFO('filename') will display the contents of the file's
%	header, including title, remarks, and range information.
%
%	D = GRDINFO('filename') will in addition return a vector
%	containing (xmin, xmax, ymin, ymax, zmin, zmax, format, xinc, yinc).
%	Format is 1 for pixel registration and 0 for grid node reg-
%	istration.
%	
%	See also GRDREAD, GRDWRITE
	
%  $Id: grdinfo.m 9545 2011-07-27 19:31:54Z pwessel $