Yes that returns true when it successfully assigns the value. This while loop is what I use to handle $:./els -l and there it worked.
-Eric Sent from my iPod On Sep 18, 2010, at 10:07 PM, David McClellan <[email protected]> wrote: > printf("Why does this directory not work???: %s\n",argv[2]); > while(entry = readdir(currentDirectory)) { > -- > There are 10 types of people in this world. Those who understand binary and > those who do not. > --- > David McClellan > > > On Sat, Sep 18, 2010 at 9:55 PM, Eric Basile <[email protected]> wrote: > where specifically? > > > On Sat, Sep 18, 2010 at 9:55 PM, Robert Ryan <[email protected]> wrote: > == vs = > > On 9/18/2010 9:49 PM, Eric Basile wrote: > what? > > > On Sat, Sep 18, 2010 at 9:34 PM, Marc Farnum Rendino <[email protected] > <mailto:[email protected]>> wrote: > > assignment vs compare? > > > > > -- > -Eric > > > > -- > -Eric >
