Hello, Could you please let me know hte command to transfer files from one server to another server through TELNET? Thanks,
Hello, I need sample application for DataBase connection with below operations, 1] Connect to DB 2] Get data from EMP table 3] Set data for EMP...
Hi, I have a folder (C:\shellprg\input\) containing .CSV, .zip, .gz files. 1] I want to find all .zip/.gz files from folder...
Hi, I had a input file containing, Code:...
Hello, I had written a shell script that accepts input file as cmd line argument and process this file. if [ $# -eq 1 ]; then if [ -f $1 ]; then...
Hi, Can any one help me out in writting korn shell script with DDL statements to create database table having 3 columns. I am using AIX with...
Please go through the below link. http://lispmachine.wordpress.com/2009/05/13/queue-in-c/ :nice:
In the for loop, value of D must be initialized to 0 instead of -1. for(d=0;........) :happy:
Hi, Input date is in mm/dd/yyyy format and I want to write a function to change the date format in yyyy-mm-dd format. Thanks in advance.
Separate names with a comma.