Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!news.cs.indiana.edu!cica!ogre!mr From: mr@ogre.cica.indiana.edu (Michael Regoli) Newsgroups: comp.windows.ms Subject: Re: How about a list of updates at cica? Message-ID: <1991Apr30.162306.3744@cica.indiana.edu> Date: 30 Apr 91 16:23:06 GMT References: <3477@borg.cs.unc.edu> <1991Apr27.005127.15710@agate.berkeley.edu> Sender: news@cica.indiana.edu (News System) Organization: Indiana University Lines: 32 Nntp-Posting-Host: ogre.cica.indiana.edu In <1991Apr27.005127.15710@agate.berkeley.edu> magid@sandstorm.Berkeley.EDU (Paul Magid) writes: >It strikes me as being a good idea to have a list of all new uploads to >cica. I do believe that the site is moderated and the service would >not be too much effort, and I would benifit users greatly. >Paul Speak for yourself! :) If you are running Unix, you can create your own list of recent uploads from the INDEX file. The following set of commands will give you the most recent ten uploads to cica. (This doesn't include those files in the "uploads" directory since we don't catalog them into the INDEX file until they've been placed in the proper location.) grep -v \* INDEX | sed -e 's/\n//' | awk '{print $2, $1}' | sort -rn | head -10 Ugly, eh? I don't think posting this would be a benefit to anyone. Those with ftp access normally get a copy of the INDEX on a daily basis anyway. -- michael regoli mr@cica.indiana.edu regoli@iubacs.BITNET ..rutgers!iuvax!cica!mr