Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: What programs do you make sure are installed on a new Linux Date: 20 Nov 2024 22:58:58 GMT Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net IxSBYBKMzTyFpkqy0noHkAFSLqNxowBOhcyQ6QVAS77e84Y9G5 Cancel-Lock: sha1:cfQtENot7EBORWpoEnRo83EvQFY= sha256:vkZ/hEDXdr11ttZ9sct0QXrJAPGTuQW4up0jV/QQS5U= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com comp.os.linux.misc:61140 On 20 Nov 2024 18:53:07 GMT, G wrote: > I didn't know there was a special way to do this. I used simply "\ foo > ", as you said "tooooo many ways to do things". That works, as long as there is white space. int foo, foobar for (foo=0; foo<10; foo++) { foobar *= 2 } How many foos will it find?