Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
shell script code for file transfer
Name: ck.ravuri Date: September 11, 2008 at 22:43:38 Pacific OS: xp CPU/Ram: p4 Product: intel
Comment:
hi gurus, i am looking for shell script which will transfer file from one directory to another. details: abc.txt and abc.ctl files will come into a folder and script needs to transfer abc.txt only when abc.ctl is in place to another directory.
Summary: Hi, I want a shell script which is used to copy a file from a local drive to unix server. I want to ignore the username and password of local host. please help me!! i am a beginner in shell scripting....
Summary: #include <stdio.h> #include <stdlib.h> int main(void){ int factorial; printf("Please enter a nonnegative integer: "); scanf("%d",&factorial); int i; int answer=1; for(i = factorial; i > 0; ...