Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Flipster

    Looping through a list to find a string in another file.

    I have a list of items in one file (ITEMS). I need to loop through this list of items and search another file(LOGFILE) to see if the item string is anywhere in the log file. For speed's sake it only needs to find one instance of the item string and kick out. So whether it is in the logfile once...
  2. Flipster

    For loop with Access

    Thanks but your idea seems a little involved. Is there nothing within Access itself that would run a a query for 176 of 800+ userids and return the name and contact associated?
  3. Flipster

    For loop with Access

    Total Novice. I have a database that contains , amongst many others, three fields: "userid", "name", and "contact". I have a list of 176 userids that I need to procure the name and contact for. Please tell me that there is an easy way to write a "for loop" type query solution within Access. And...
  4. Flipster

    Loading an array

    Oh, I chomp with the best of 'em. Thanks, though.
  5. Flipster

    Loading an array

    If I have a file containing a single string on each line, how would I load all of the strings into an array? I was mistaken in believing that you can just ... @array = file but that only loads the name of the file. Any help would be appreciated.
  6. Flipster

    PHP SQL

    I am attempting to display an entire database (its not large- only 125 rows for people to see, not touch) I am getting a result of: " Client 3.X Users Resource id #2 " on the website. Am I doing something wrong? This is my first pass at PHP. Any help would be appreciated. By the way...
  7. Flipster

    AIX monitors

    Is there a tool like Sun's perf meter available on AIX? How about SAR on AIX?
  8. Flipster

    I needed some help placing a series

    I needed some help placing a series of png images on one web page. Someone threw this cript my way but it doesn't seem to work. All it displays is seven black boxes with a red x in each. Any help would be appreciated as I have absolutely no java skills whatsoever. #!bin/sh...
  9. Flipster

    I have a directory... /opt/apache

    OK...I have to get out of the habit of letting other people do all of the thinking. I executed it and put the output to an .html file. I browsed to it and found 7 boxes (the same number of images---some success) but the images are not displayed they are merely black boxes crowded next to each...
  10. Flipster

    I have a directory... /opt/apache

    Ok...so what do I do with this script. I mean where do I place it. How does it get executed? Bear with me, please.
  11. Flipster

    A little help

    Absolutely! I have no exprience wih java, though. Just a fledgling shell scripter.
  12. Flipster

    A little help

    I have a directory... /opt/apache_1.3.26/htdocs/blah/plots ...full of image files (.png files produced by gnuplot)Currently I just browse to the directory and view them one by one. I would like to automatically view them on one web page. I update the image files every minute or so, if that...
  13. Flipster

    I have a directory... /opt/apache

    I have a directory... /opt/apache_1.3.26/htdocs/blah/plots ...full of image files (.png files produced by gnuplot)Currently I just browse to the directory and view them one by one. I would like to automatically view them on one web page. I update the image files every minute or so, if that...
  14. Flipster

    OK...I am hoping that Perl is the a

    OK...I am hoping that Perl is the answer for this.... I have a log file that updates every minute with the following. [2002-10-02 09:38:11]: subject=TESTSTATS.TESTHOST.1029, message={HOST="TESTHOST" TID=1029 CONNS=6 BPS=3649} [2002-10-02 09:38:11]: subject=TESTSTATS.TESTHOST2.1286...
  15. Flipster

    Brace matcher

    Try coding with gvim.
  16. Flipster

    Plot function

    I would strongly suggest using GNUPLot.
  17. Flipster

    Using sed...how do I

    Using sed...how do I delete lines beginning with a bracket? I have tried >sed -e '^[/d' test.txt How would I delete a line that begins with a bracket and ends with a bracket? I know I am missing something with regards to the bracket acting like a special character. Any help would be...
  18. Flipster

    I need some help validating

    I need some help validating a user entered string. I know this is basic programming stuff...but... I am asking for a user to input an "e" or an "f" How do I kick out of the script if it is neither? There must be a way to do if $I != [e,f] then echo " I said e or...
  19. Flipster

    Parsing lines of continuous characters by column

    ROCK AND ROLL!!! It works!!! I love this site!!! Thank you all for the help!!!
  20. Flipster

    Parsing lines of continuous characters by column

    I get this >awk 'commadelimiter' test.log awk: syntax error near line 1 awk: bailing out near line 1 ========================================================== Am I using the syntax correctly? Here are the first couple of lines from commadelimiter. { transid =substr($0,1,3)...

Part and Inventory Search

Back
Top