[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RPMS
On Fri, 14 Mar 1997, Ira Abramov wrote:
> > Can you make a 'rpm -qip * > file' in the /pub/linux/contrib/RPMS
> > directory in your FTP site, and attach me the gzipped file? Or leave it
> > somewhere on the FTP? It could be very useful to everybody. Thanks.
>
> of course. now created every morning at 7am!
Better use something like this to generate it:
#!/bin/sh
for i in *
do \
echo
echo
echo
echo "*** $i"
echo
rpm -qip $i
done
Instead of merely "rpm -qip *". The file is pretty messy now, take a look
at it.
----------------------------------------------------------------
Alex Shnitman <alexsh@usa.net> // http://alexs.home.ml.org
----------------------------------------------------------------
Follow-Ups:
References:
- Re: RPMS
- From: Ira Abramov <ira@scso.com>