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 strongm 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: byuen
  • Order by date
  1. byuen

    Invoking another scipt on another server

    Hi, imt rying to invoke another script on another server, and i am approaching it this way: telnet xx.xxx.xxx.xxx username password run_script.ksh does anyone know how to do this? I want to write a script that telnets into another machine with username adn password, and then run a script that...
  2. byuen

    mutiple commands for if, elif command

    FORGET ITTT....STUPID MISTAKE SORRY
  3. byuen

    mutiple commands for if, elif command

    hi, im creating a a korn shell script , and when i use the "if, elif" command, it only executes the first command immediately after the if statement so this is what i want to do: if ((some condition)) then command1; command 2; elif((some condition)) then command 3...
  4. byuen

    for loop

    for a korn shell, what is the equivalent c++ command for: (for int i = 0; i < 20; i++) ? thanks,
  5. byuen

    How can I FTP a newer file over

    my ftp doesnt have the 'newer' command..any other suggestions?
  6. byuen

    How can I FTP a newer file over

    Hello all, What i am trying to do is write a script in which i ftp into an another server and download the file back onto my server. What i want to do is , if its a newer file, i want to replace the older file on my server with this newer one. And if the the same file, i just want to delete...

Part and Inventory Search

Back
Top