I hadn't thought of a simple script. Good idea. It's just a pain to try this 26 times in a row for all of the letters of the alphabet.
Thanks Kevin --- Aylesworth Marc A Contr AFRL/IFSE <[EMAIL PROTECTED]> wrote: > It seems you are reaching some system limit maybe a > line length limit , I > think it is 4098 characters in Linux you might have > to break it up by common > packages like X* or QA* or you can write a batch > file that would take your > original search and do the same thing inside a > foreach loop > > Thanks > > Marc Aylesworth > > C3I Associates > > AFRL/IFSE > > Joint Battlespace Infosphere Team > > 525 Brooks Rd > > Rome, NY 13441-4505 > > Tel:315.330.2422 > > Fax:315.330.7009 > > Email: [EMAIL PROTECTED] > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Kevin > Toppenberg > Sent: Friday, March 25, 2005 2:18 PM > To: [email protected] > Subject: RE: [Hardhats-members] Need help debugging > Fileman Search (DIS1.m ) > > Marc, > > I was hoping someone would offer help on that point. > > I need to actually look into each file, not just > look > for the filenames. I think this is done with grep. > But when I try to run grep with a file list of * in > the sourcecode directory, it tells me that the list > is > too long. > > Thanks > Kevin > > --- Aylesworth Marc A Contr AFRL/IFSE > <[EMAIL PROTECTED]> wrote: > > > There is a find command in linux and also a locate > > command that will find > > files of a certain anme the format is > > > > > > > > > > > > find <start directory> -name <name of file> -print > > > > > > > > Or > > > > > > > > locate <file name> > > > > > > > > locate uses a database so it is faster but you > have > > to initialize the > > database before it can be used. That command is (I > > believe) locate -U > > > > > > > > Thanks, > > > > Marc Aylesworth > > > > > > > > C3I Associates AFRL/IFSE Joint Battlespace > > Infosphere Team > > > > > > > > 525 Brooks Rd > > > > Rome, NY 13441-4505 > > > > > > > > Tel:315.330.2422 > > > > Fax:315.330.7009 > > > > Email:[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > On Behalf Of Greg > > Kreis > > Sent: Thursday, March 24, 2005 6:10 PM > > To: [email protected] > > Subject: Re: [Hardhats-members] Need help > debugging > > Fileman Search (DIS1.m) > > > > > > > > You won't find that specific line. It is born of > > logic, deeply buried in > > the DIS routines, that builds the line on the fly > > and puts it in the DIS > > array at run time. So a simple error in applying > > George's fix, or possibly > > having a starting point different than the one > > George modified, could be the > > culprit and would be very tricky to spot. > > > > You are in one of the most abstract parts of the > FM > > forest -- did you see > > the Cheshire cat? ;-) Thankfully you aren't in > the > > scariest area... few > > have come out of the DICOMP* bogs alive..... ;-) > > > > Kevin Toppenberg wrote: > > > > Well, that seems obvious enough not that you point > > it > > out... :-) > > > > Now I have to see where that erroneous line comes > > from... I can't find that line in DIS1.m > > > > I'll have to wait until I'm at my office and I can > > use > > the graphic 'find' function that comes with KDE. > I > > can't ever seem to get to grep to work for me to > > work > > as a find. > > > > Thanks for finding that for me. > > > > Kevin > > > > --- "Holloway, Thomas (EDS)" > > <mailto:[EMAIL PROTECTED]> > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > re: GTM>W DIS(0) > > X DIS("SCR") I $P($G(^TIU(8925,D0,13)),U,2)=73 > > > > There should only be one space between the IF and > > the $PIECE. > > > > tjh > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > [mailto:[EMAIL PROTECTED] > > > <mailto:[EMAIL PROTECTED]> > > ] > > > > > > On Behalf Of Kevin > > Toppenberg > > Sent: Thursday, March 24, 2005 11:20 AM > > To: Hardhats Sourceforge > > Subject: [Hardhats-members] Need help debugging > > Fileman Search (DIS1.m) > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
