TITLE: Source Code Indexing LFS VERSION: ALL AUTHOR: Tom Judge SYNOPSIS: A small PHP script to catalog all of the source code required to build a LFS system to make it easyer to find the source that you are looking for. HINT: Ver: 1.0 28/12/2001 This script requires PHP v4. The script will extract all of bz2 files and then move them to a directory with the same name as the first character of the file name. Then if the file is a tarball it extracts the contents and removes the original file. The code is listeb below, some lines have been been truncated, these lines end in '\' and will have to un-truncated in order for the script to work completely. Script Listing: -------------Snip--------------- #!/usr/bin/php --------------Snap------------------ The Future: In future is plan to make a bash script version of this script and a c++ version so that users without PHP can utilise it.