/usr/share/gap/pkg/ctbllib/read.g is in gap-character-tables 1r1p3-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 16 17 18 19 | #############################################################################
##
#W read.g GAP 4 package `ctbllib' Thomas Breuer
##
#H @(#)$Id: read.g,v 1.5 2003/05/15 16:00:58 gap Exp $
##
#Y Copyright (C) 2001, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany
##
# Read the implementation part.
ReadPackage( "ctbllib", "gap4/ctadmin.tbi" );
ReadPackage( "ctbllib", "gap4/construc.gi" );
ReadPackage( "ctbllib", "gap4/ctblothe.gi" );
ReadPackage( "ctbllib", "gap4/test.gi" );
#############################################################################
##
#E
|