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

    Perl Script Help

    Hi, I am trying to create a sript that will search the /etc/hosts file on my unix server for a host entry and output just the ip of that host to a file. Here is the script that I have created. Any help would be appreciated. Thanks #!/usr/local/bin/perl -w system ( "pg /etc/hosts|grep...
  2. bigkid123

    Grep and Print Script

    Hi, I need help creating a script that will list files within a directory (/opt/actman/plm30/rpt) containing csbinv*.asc and phrinv*.asc. It should display the Date of the file and then allow the user to print a selected file. Any help would be appreciated. Thanks in advance.
  3. bigkid123

    FTP Script Help

    Hi All, I have created an ftp script to pull a file to one of our Unix Servers from our Unix Hosts. When I run the script I receive several errors and not sure why it is not running correctly. Can someone look at the script and tell me what could be wrong. Thanks so much...
  4. bigkid123

    Perl Script Reading Password from File

    I am using a unix box that allows only a few people access. On this box I have several small scripts that I use to ftp files and to execute small commands at our hosts. I would like to know if there is a way to have the script pull the password from a text file so that when I change the...
  5. bigkid123

    Perl Script to launch "smit print" Screens

    I need to write a script that would launch certain Support Consoles with SMIT for our Support Staff. Currently they have command line access but we are considering taking this option away from them. We would like to be able to launch smit from our current menu screen and allow them the ability...
  6. bigkid123

    Script to launch SMIT

    I need to write a script that would launch certain Support Consoles with SMIT for our Support Staff. Currently they have command line access but we are considering taking this option away from them. We would like to be able to launch smit from our current menu screen and allow them the ability...
  7. bigkid123

    Perl FTP Script

    I am new to Perl Scripting and have a problem with this script. I have a script that I run to generate a log file which contains the Month/Day within the filename and also the hostname of about 300 Unix Servers that the script is ran on. I am trying to use Net::Ftp in a script to pull this...

Part and Inventory Search

Back
Top