Search Results

Search: Posts Made By: asutoshch
1,727
Posted By asutoshch
Thanks Guru. Just a small clarification - the...
Thanks Guru. Just a small clarification - the line may not have starting string export. It can have the STR1 anywhere in the line and the line will be rewritten replacing the string STR1 with STR2 -...
1,727
Posted By asutoshch
How to replace a text in a file conditionally?
I have got about 100 ascii files and I want replace some variable with a new one on an HP-UX system. But I want to put a line of comments before the change. I want to make file1 to file2. I am...
Forum: HP-UX 08-01-2011
10,965
Posted By asutoshch
Thanks for your quick response. I wanted to have...
Thanks for your quick response. I wanted to have a limit configured at OS level. It is not any specific C code in the application that writes to log but there are many Java, C++, reports that run to...
Forum: HP-UX 07-31-2011
10,965
Posted By asutoshch
HP-UX 11i v1 Thanks.
HP-UX 11i v1
Thanks.
15,923
Posted By asutoshch
Thank you. I am able to do it by html programming...
Thank you. I am able to do it by html programming from shell script. The excel sheet can be opened sucessfully every time sent. Thank you all for your guidance.
Forum: HP-UX 07-31-2011
10,965
Posted By asutoshch
Individual file size limit on HP-UX
I got a question on ulimit on HP-UX. I have a log file that gets more than 2 GB and the application crashes because it can not write to log. I browsed through the forum and found one very similar...
15,923
Posted By asutoshch
Curleb, Your explanation is great. I tried that...
Curleb, Your explanation is great. I tried that way but the mailx is making the trouble. In fact I downloaded the generated .xls file (simply tab delimited fields) and ms excel could open fine. But...
15,923
Posted By asutoshch
Hi Murphy, Thanks for your...
Hi Murphy,
Thanks for your response. but I have seen several excel reports coming as email attachment daily from shell program on HP-UX box. So I was thinking if I can implement that.
15,923
Posted By asutoshch
Thank you, but mail is not working for attachment...
Thank you, but mail is not working for attachment on HP-UX. I could not get from man page.
15,923
Posted By asutoshch
uuencode problem
Hi,
I am making a shell script on HP-UX that will do some Oracle db query and fetch data. Then after formatting the output files (there are two files) in a csv format, I want to send them as...
2,121
Posted By asutoshch
Thank you very much. The awk command works fine....
Thank you very much. The awk command works fine. I will try with the sed commands.
2,121
Posted By asutoshch
Thank you very much for your quick response. I am...
Thank you very much for your quick response. I am not much comfortable with awk. I used this command but the dataout file appears to be identical. There is no error message either. What I could make...
2,121
Posted By asutoshch
sed to replace at fixed location
I have got a text file- each line of 200 characters length. The file is too large in size. It could be 100 MB. The lines begin with any of 0,1,2,3,4,5. I want to replace from 121-131 characters with...
12,791
Posted By asutoshch
This one find . -type d -depth -exec rmdir {}...
This one
find . -type d -depth -exec rmdir {} + 2>/dev/null
works perfect.

Thanks a lot.

---------- Post updated at 02:30 PM ---------- Previous update was at 02:26 PM ----------

My...
12,791
Posted By asutoshch
Let me try.
Let me try.
12,791
Posted By asutoshch
I responded to this reply today morning. Not sure...
I responded to this reply today morning. Not sure if I missed to hit the sumbmit button!
I am geting error when using empty option. It says
find: bad option -empty

Can you please let me know...
12,791
Posted By asutoshch
Delete empty directories recursively - HP-UX
Hi,
I want to delete all empty directories in a long directore tree structure. I want to use that from a script that will run on HP-UX 11. My definition of empty directory is that there is no...
2,416
Posted By asutoshch
No, they do not work. I am getting error with the...
No, they do not work. I am getting error with the code echo "${LINE:86:3}". It says "${LINE:89:3}": The specified substitution is not valid for this command.

However the awk is working and giving...
2,416
Posted By asutoshch
cut command issue from a line of text
Hi,
I got a line of text which has spaces in between and it is a long stream of characters. I want to extract the text from certain position. Below is the line and I want to take out 3...
Forum: AIX 07-01-2010
5,176
Posted By asutoshch
rtld:runtime definition not found
Hi, I am running into a serious problem. A C++ application built using xlC compiler on AIX 5.3 fails to start on another AIX 5.3 machine. It shows errors --
rtld: 0712-001 Symbol __pthread was...
Forum: AIX 07-01-2010
21,915
Posted By asutoshch
Can someone help me out now ?
Can someone help me out now ?
Forum: AIX 06-15-2010
21,915
Posted By asutoshch
Hi, I got all the relevant information needed....
Hi,
I got all the relevant information needed. First of all there was a typo error in the string we were looking at. That's why it was not showing. It is libpthreads and NOT lipthreads. Am I right ?...
Forum: AIX 06-10-2010
21,915
Posted By asutoshch
Thank you very much. Please let that be installed...
Thank you very much. Please let that be installed on the target system. I will report the findings.
Forum: AIX 06-08-2010
21,915
Posted By asutoshch
Thank you for your reply. Below are the outputs...
Thank you for your reply. Below are the outputs you asked for. The results below are shown for the build system where it works very fine.

/home/ciimsmig: echo $LD_LIBRARY_PATH

/home/ciimsmig: ...
Forum: AIX 06-07-2010
21,915
Posted By asutoshch
Unable to run a simple threaded program on AIX
Hi,
I am unable to run a simple C++ threaded program on the AIX 5.3 platform. It says
exec(): 0509-036 Cannot load program ./sendClient because of the following errors:
rtld: 0712-001...
Showing results 1 to 25 of 73

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