Search Results

Search: Posts Made By: Nanu_Manju
3,690
Posted By Nanu_Manju
PL SQL Runtimes different in Shell script log
Hi,

This run times recorded in UX shell script appears peculiar to me. The PL / SQL stored procedure is called through sqlplus from UNIX shell script and then a log is created with run times...
3,493
Posted By Nanu_Manju
Thank you very much
Hi all,

Firstly, I am extremely sorry that I was late to reply and say thanks. Everytime I log out from this site happily. Thanks guys, keep up the good work. You people are wonderful.

Regards,...
3,493
Posted By Nanu_Manju
Remove matching lines with list of strings
Hi,

I should mention that the strings may be anything. abcd and pqrs were just examples. All I know is that there is a third field string with and without #. I need lines without #. Hope we are on...
3,493
Posted By Nanu_Manju
Remove matching lines with list of strings
Hi,
HP-UX gxxxxxxxc B.11.23 U ia64 3717505098 unlimited-user license
I have a file with below pipe separated field values:

xxx|xxx|abcd|xxx|xxx|xx
xxx|xxx|abcd#123|xxx|xxx|xx...
4,815
Posted By Nanu_Manju
.exe package is corrupted
Hi Era,

No solution but I am happy that I could find the problem. The one file that I called faulty is correct but it has lost its feature of MSI (Microsoft soft self-extracting installable). I...
4,815
Posted By Nanu_Manju
.exe package is corrupted
Hi,

Yes, it is happening with .exe files as per the current stand point. I have tried .doc, .pdf, .zip and other files that have no issues.

I don't have a clue to find the difference. Visible...
4,815
Posted By Nanu_Manju
.exe package is corrupted
Thanks Era,

At least to my knowledge there is no redundant header. Not sure if there is any check point or debug for that kind of an issue. Again, I appear dumb when there is a challenge with Perl...
4,815
Posted By Nanu_Manju
.exe package is corrupted
No luck :-( My suspision was exactly that; below is the code that I changed to see if that was the cause. I am not very sure what happens with the LWP download (LWP is a perl module). I am not very...
4,815
Posted By Nanu_Manju
.exe package is corrupted
Hi,

First, I wasn't sure if my question is appropriate for this forum. Still, I post here as I have a great respect for the knowledge that flows here.

Below are the details of my web...
9,341
Posted By Nanu_Manju
if test -f $file_exists
Hi,
I have a wiered problem probably unique to me.
if test -f "${LOGDIRE}/Component_Name.sql"
then
echo "<br>Synchronization success<br>"
else
echo "<br>Sorry! Synchronizing failed"
fi
...
8,401
Posted By Nanu_Manju
Thanks Lankar
Thanks, I hate when I appear dumb. You have a good day
8,401
Posted By Nanu_Manju
How to capture status code and echo a message
I guess you call your function like this:

result=`Your_function`

# From your question it is a character 'o', if so then use the below condition
if [ "$result" = "o" ]
Just in case you meant...
20,864
Posted By Nanu_Manju
sed conditional string replace for each line
Like I said before, you people are great.

I got away with my problem by using the very first solution by Aigles. I believe all the other suggestions work too. I never posted queries in forum but...
20,864
Posted By Nanu_Manju
sed conditional string replace for each line
BTW, I have tried shell script ans loops to read line by line but that hurts by destroying the existing format (tabs replaced with one white space), please help

for FILE in $FILES
do
{
...
20,864
Posted By Nanu_Manju
sed conditional string replace for each line
Hi all,
I appreciate the enormous amount of knowledge that flows in this forum.
I am an average UNIX user. I have many files with lines like the below. I have separated each line with space for...
40,739
Posted By Nanu_Manju
Hi, as Perderabo suggested, you may leave space...
Hi, as Perderabo suggested, you may leave space at the beginning and end with strings like space_for_header and space_for_footer. You may at last use stream editor sed to replace those strings with...
Showing results 1 to 16 of 16

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