This file is indexed.

/usr/share/freemat/help/text/fileparts.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
FILEPARTS FILEPARTS Extract Filename Parts

Usage

The fileparts takes a filename, and returns the path, filename, extension, and
(for MATLAB-compatibility) an empty version number of the file.  The syntax for its use is

    [path,name,extension,version] = fileparts(filename)

where filename is a string containing the description of the file, and path
is the path to the file,