.TH PRTCP 1 "April 2002" "Manual page for prtcp" .\" .\" 6th April 2002 .\" Man page author: .\" Paul Glezen .SH NAME .I prtcp \- print the CLASSPATH environment variable in nice format. .SH SYNOPSIS .B prtcp [variable] .SH DESCRIPTION .I prtcp displays the entries of the CLASSPATH environment variable using a separate line for each entry. Each entry is indicated as being a file, a directory, absent from the file system or a duplicate of a previous entry. The length of the CLASSPATH is also reported. The output is written to stdout. .PP CLASSPATH is merely the default environment variable used if .I variable is not specified. Any variable containing file/directory names separated colons (:) can be browsed instead. Popular exampes are PATH and LD_LIBRARY_PATH. .SH OUTPUT FORMAT The descriptor characters to the left of each entry indicates its state. The following descriptors are used. .TP f file .TP d directory .TP ne does not exist in the file system .TP dup duplicates a previous entry .TP blank a blank entry .SH VERSION This manual page documents prtcp version 1.2 .SH AUTHOR .br (c) 1999 by Paul Glezen .br .PP