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

  1. jeffpas

    Weeding out field duplicates - need help!

    Alright bear with me here folks- I am looking to code this result but it looks like another program may be affecting the output.
  2. jeffpas

    Weeding out field duplicates - need help!

    Hi All, Perl newbie here. I have a conundrum that may be fairly simple to a veteran, but it is causing me grief. What I have is four fields- Date, Time, Server Name, and Transaction ID. I want to weed out the duplicate records that have ALL FOUR of these fields the same. I already have...
  3. jeffpas

    mkitab problem with /etc/inittab respawning

    I'm not following. Isn't a daemon by its very nature, just a program that runs continually in the background? Thats all this is: ---------- #!/usr/bin/perl ## load required modules use strict; use POSIX qw(setsid); use LWP::Simple; ## Define functions sub daemonize { chdir '/'...
  4. jeffpas

    mkitab problem with /etc/inittab respawning

    Hi All: I have worked with /etc/inittab on SCO, but apparently with AIX you should use the 'mkitab' command to add entries instead of just vi'ing the file. I just need a daemon process (script called 'dpr_daemon') to kick off once and restart if it is ever killed. After checking through...

Part and Inventory Search

Back
Top