Niall O Broin wrote:
> On 3 Sep 2004, at 10:55, Frank Murphy wrote:
>>>http://www.fourmilab.ch/webtools/demoroniser/>>> That's John Walker's (one of the founders of Autodesk, author of a large
> part of AutoCAD, and a VERY smart guy) and this little gem from that page:
>> A little detective work revealed that, as is usually the case when you
> encounter something shoddy in the vicinity of a computer, Microsoft
> incompetence and gratuitous incompatibility were to blame.
>>> has bumped him up even further in my estimation, not that he cares a
> whole lot about that :-)
Cool site. Though I did notice the redundant rpmsize util
http://www.fourmilab.ch/webtools/rpmsize/
which seems exactly equivalent to:
rpm -q -a --queryformat '%10{SIZE}\t%{NAME}\n' | sort -k1,1n
Also he writes stuff in Perl :-)
--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---
Shell loops
for item in 1 2 3 4; do while read line; do
echo "item=$item" echo "line=$line"
done done
Note you can pipe into and out of loops also
but be wary as they're run in a subshell so
any change in environment variables are local
to the loop.
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!