Search Results

Search: Posts Made By: bornon2303
Forum: Programming 04-29-2011
1,174
Posted By bornon2303
Debugging software for C++ on Unix
Hi,

Is anyone aware of any debugging software for C++ on Unix something similar to the one in VC++.
Any information in this regard would be very helpful.

Thank you.
3,411
Posted By bornon2303
At our installation, the -f option is not working.
At our installation, the -f option is not working.
3,411
Posted By bornon2303
Searching for multiple patterns in files
I have a situation where I need to search for multiple strings (error messages) such as 'aborted' 'file not found' etc in directory having logs. I have put all the error messages in a text file and...
2,000
Posted By bornon2303
background script
Hi ,

Thanks for the reply, but what if the script is running in background.
eg: scirpt_name &

Regards,
Nagendra.
2,000
Posted By bornon2303
Capturing log of a shell script
Hi,

I have a script which does multiple tasks in sequence. When i execute the script, it runs and displays lot of messages for each of the steps on the console. Is there any way I can capture...
8,072
Posted By bornon2303
Use sftp in scripts to transfer data from mainframe to Solaris
Hi,

I have a situation where in we have created shell scripts to transfer data from/to mainframe and Solaris. The scripts uses ftp commands line commands(get or put) to perform the task. Now due...
2,082
Posted By bornon2303
FTP complete
Hi Anchal,
Thanks for your reply, the files will be created the moment it starts FTPing, but it does not mean the FTP is complete. How do we know that the FTP is complete ?
Regards,
Nag
...
2,082
Posted By bornon2303
Checking for FTP complete
Hi,

I have a situation where I'm downloading multiple files from a remote system and I need to start a process after all the files are downloaded completely. How can I achieve it.

Eg.
I have...
1,602
Posted By bornon2303
Need help with FTP scripts
Hi,

I'm using the following code to FTP files from a remote system.

ftp -inv <ip address> <<ENDFTP
user uname password
ENDFTP
echo "
binary
get <file name>
bye
" > ftp.tmp...
7,518
Posted By bornon2303
FTP in parallel.
Hi,

Can anyone let me know how I can run FTP scripts in parallel. I have a script for each file to perform an FTP from mainframe to Unix. I have many files that I need to transfer and each of...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 04:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy