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 Mike Lewis 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: *

  • Users: jo90
  • Order by date
  1. jo90

    ip address

    Hi, I get host: command not found I am on solaris 8 Thanks, Jo
  2. jo90

    ip address

    Hi, I have a servers IP address - what is the best way to get the physical host? Is is ypcat host | grep ipaddress? Thanks
  3. jo90

    log files

    Hi, Is it possible to be processing at certain point in a log file - and the skip to a previous point in the log file, such as a line containing 'word'? It doesn't matter where it occurs but must be before the current point. Sorry if this doesn't make much since - I can post code if it...
  4. jo90

    calling script

    Thanks for you help Vlad... works fine, apoligies for not picking up on the hint.... jo.
  5. jo90

    calling script

    sure; END{ if (var1 < var2) print &quot;there are &quot; var1 &quot; invalid entries&quot; nawk -f /tmp/scripts/script } the script called script, I need to call in the eventuality that (var1 < var2)
  6. jo90

    calling script

    Hi Vlad, Thanks for the reply - however I need to call the script from within another awk script... not from the command line or from another shell script.... Jo
  7. jo90

    calling script

    Hi, Is there a way within an awk script to call another script; like in ksh? something like... ./script Thanks, Jo.
  8. jo90

    array question

    I'm using awk
  9. jo90

    array question

    Hi, If i assign the variable find, to the array; arr[1]=find should the following loop only print for( i in arr) print i I can not get this to print the correct values; ie. the value from the variable find. How can I get this to work correctly? Jo
  10. jo90

    Variable question

    Hi, I am trying to pass the following value 01/Oct/2002:15:56:55 to a variable, however when I try to test it in my script I get the following error message.... nawk: nonterminated character class [01/Oct/2002:15:56:55 Should I convert the 01/Oct/2002:15:56:55 to string or something before...
  11. jo90

    Script output to input

    Hi, If I have a script which outputs values onto the console window; how do I read these back in using the same script. sort of like the command line input but it's a lot of different values, I'm using ksh & awk... Thanks.
  12. jo90

    Serving text files.

    Thanks Ben, I originally thought of working with just text files & serving them through iplanet ( my web server ), however I thinnk i need to search the file through a browser - read sections of the file etc. as opposed to the entire thing.... any ideas on how to do this / any source code...
  13. jo90

    Serving text files.

    Hi, If I have a text file which contains information I wish to publish on a web server, is JSP a good method of doing this? If so, does anyone have any links which would assist me in this? thanks in advance. J.
  14. jo90

    IIS Configuration

    Hi, I know it is a kinda chance to mess with the NT registry, esp., when my experience is UNIX, however I am getting one entry in this Confiruration Wizard - when installing an agent on to IIS, it is giving the incorrect IP address to point to. It says currently configured to : 1.1.1.1 ( which...
  15. jo90

    IIS Configuration

    Yep, thanks T. Found that, also found the PC's registry ( I'm more familar with Unix than NT ). Is there any other place such information would be stored? Thanks, Stu
  16. jo90

    text Files

    Hi, If I have a text file which contains information I wish to publish on a web server, is JSP a good method of doing this? If so, does anyone have any links which would assist me in this? thanks in advance. J.
  17. jo90

    SiteMinder

    Hi does anybody know about installing SiteMinder Web Agents on IIS 5.0?
  18. jo90

    calling functions in awk

    Thanks vlad, Worked great. I can now source my file from script & call the function....
  19. jo90

    calling functions in awk

    Hi, I have a file containing several awk functions, such as; function1() { BEGIN { FS = &quot;'&quot; } print &quot; &quot; $2 } can anyone tell me if this is correct, or how to call this from within a ksh script...
  20. jo90

    awk question

    Ed, I can get ip addesses using something like, { print $6 }, however I wish to pick out entries based on 123.123.123.123 - ie I wish to test for ever line with a 4 dot IP address.... Thanks Jo

Part and Inventory Search

Back
Top