This file is indexed.

/usr/share/freemat/help/text/getprintlimit.mdc is in freemat-help 4.0-5.

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
14
15
GETPRINTLIMIT GETPRINTLIMIT Get Limit For Printing Of Arrays

Usage

Returns the limit on how many elements of an array are printed
using either the disp function or using expressions on the
command line without a semi-colon.  The default is set to 
one thousand elements.  You can increase or decrease this
limit by calling setprintlimit.  This function is provided
primarily so that you can temporarily change the output truncation
and then restore it to the previous value (see the examples).

   n=getprintlimit

where n is the current limit in use.