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 bkrike 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. jo90

    calling script

    Hi, Is there a way within an awk script to call another script; like in ksh? something like... ./script Thanks, Jo.
  4. 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
  5. 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...
  6. 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.
  7. 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.
  8. 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.
  9. jo90

    SiteMinder

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

    calling functions in awk

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

    awk question

    Hi, How do I use awk to get just Ip addresses from a log file? I can do this to a point, however how go I get just the Ip addresses? Thanks.
  12. jo90

    Environment

    Hi, Is there any file in Unix besides the .cshrc file which stores my DISPLAY environment variable? Thanks, Jo
  13. jo90

    Questions.....

    Hi all, I have been assigned to look at a server log file & pick out various data - user ID etc. - problem is that it's an unformatted log file... any suggestions on how I can go about doing this, in the best manner ( awk etc )? Also I may use whatever tool I wish to do this ( ksh, csh, perl )...
  14. jo90

    grep for date question.... C Shell script

    Hi, I was wondering if anybody knew the correct syntax to grep a log file such as; [06/Aug/2002:07:34:56-61-2] Process Error for todays day & time? If anybody knows this a sample syntax I have is export DATE=`date +%b%d%Y` grep $DATE file.log it would be appreciated. Thanks.
  15. jo90

    Servlet Question

    Hi, I am new to java servlets, however have a question.... I need to write a servlet which can connect to a unix server, and print statistics from the unix box ( such as cpu usage etc. ) on the browser. I am comfortable with how I would do this on unix ( ksh, csh etc.) however have not...
  16. jo90

    Java Servlet to poll Server

    Hi, I was wondering does anyone have any ideas how I would develop a java servlet to call/poll a Unix Server? Any tips/examples will be apreciated. Thanks, Joe.
  17. jo90

    Moving Files

    Hi, Is there anyother way to transfer files between 2 servers than to use FTP? I have written a script to do this, however I am unsure about hard-coding box credentials (User name / Password)..... Also doing a chmod on the script isn't a great option I feel... I have thought of rlogin, however...

Part and Inventory Search

Back
Top