DJ Lucas wrote: > After running across the SVN server page, I gave the server a minor > workout tonight... > > cd ~/LFS/BLFS/BOOK > for file in `find . -name "*.xml" | sed '/\.svn/d' | sed '/stylesheets/d'` > do > svn info $file >> svninfolist.txt > done > for year in 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 > do > echo "## Last updated in $year" >> old-files.txt > grep -B 11 -A 1 "Last Changed Date: $year" svninfolist.txt | grep > "^Path" | sed 's@Path: @@' >> old-files.txt > echo "" >> old-files.txt > done >
Any file in ^archive is no longer in the book. Those files are there just in case we want to resurrect them. -- Brcue -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
