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 TouchToneTommy 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: landhippy
  • Content: Threads
  • Order by date
  1. landhippy

    Tracking time spent during a while loop

    I have a unix script which searches for a specific set of gif files and finshes when all of the files are found. For example, the scripts is called as find_gifs "andy*.gif" 5 which waits until it finds 5 gif files that match the given criteria, see code below: #!/bin/sh #** Ver...
  2. landhippy

    Getting a Unix server IP address

    I need to run a Perl script to return the IP address of the server the script is running on.
  3. landhippy

    PERL - Moving line within a file

    I need to parse a HTML file containing an java applet call, that is created by a third-party application, and move a line to the bottom of an applet definition. I am considering using awk or sed but a colleague recommended Perl. I need to cut the following line and then insert it back into the...

Part and Inventory Search

Back
Top