Originally posted by: SystemAdmin
If you happen to have bos.content_list installed you can look at the file /usr/lpp/bos/AIX_file_list. This is a colon-delimited file with the first field being the fileset.
cut -f1 -d":" /usr/lpp/bos/AIX_file_list | sort | uniq
should give you what you're after.
HTH
Jim Lane