At 12:28 PM 1/31/03, you wrote:
Graham,Aaron J. Seigo wrote:On Friday 31 January 2003 12:04, Graham Monk wrote: I'm sorry I am being slow today, The problem is it still boots into 3.0. Have I mised something basic here? i'd say you missed install 3.1 ;-) when you did the rpm -Fvh, did it say it installed anything? if you do `rpm -qa | grep -i kde` what are the version numbers you see?Aaron I think this is the important bit kdebase3-3.0.4-32 here is the really basic question, what is that character between qa and grep in your reply?
That's pipe. Usually shift+\ . What it does is take the output of the first command and uses it as input to the second command.
for example
cat myfile | grep ^Samuel
This will redirect the output of "cat myfile" to "grep" instead of console. grep will then return every line that starts with Samuel to the console.
--
Mark Lane
Hard Data Ltd.
mailto:[EMAIL PROTECTED]
Telephone: 01-780-456-9771
FAX: 01-780-456-9772
11060 - 166 Avenue
Edmonton, AB, Canada
T5X 1Y3
http://www.harddata.com/
--> Ask me about our Affordable Alpha Systems! <--
BEGIN:VCARD VERSION:2.1 N:Lane;Mark FN:Mark Lane ORG:Hard Data Ltd. TITLE:Sales TEL;WORK;BUSINESS:780-456-9771 TEL;WORK;VOICE:780-456-9771 TEL;WORK;FAX:780-456-9772 ADR;WORK:;;11060 - 166 Avenue;Edmonton;AB;T5X1Y3;Canada LABEL;WORK;ENCODING=QUOTED-PRINTABLE:11060-166 Avenue=0D=0AEdmonton, AB T5X1Y3=0D=0ACanada URL;WORK:http://www.harddata.com EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20010222T231737Z END:VCARD
