Search Results

Search: Posts Made By: ithirak17
4,122
Posted By ithirak17
Checking condition inside the loop
Hi all,
I have one clarification i am using the loop which will process for each record .suppose there is f ailure in the first record it need to send mail and process the next .my code:...
2,755
Posted By ithirak17
Replacing the last character
Hi ,
I need to change the last character of the line:
ie:
input file:
(raj,
muthu,
mani,


Output:
(raj,
muthu,
mani);
so i need to change the last comma by the closing braces so...
1,879
Posted By ithirak17
Truncating the last character
Hi all ,
I am creating the file which holds the create query to run in the sql prompt:
so when i am creating:

create table XXX( SD Varchar2(10),
DF Varchar2(10),)
I am getting one comma at...
4,997
Posted By ithirak17
Thanks vino....It working fine.I am not awware of...
Thanks vino....It working fine.I am not awware of sed can u please explain what this command will do?
4,997
Posted By ithirak17
yes Vino ....i need to drop the first three...
yes Vino ....i need to drop the first three characters and the last character. it is afixed format so .. i need to get that number.
4,997
Posted By ithirak17
Sorry i need to drop first three characters ...
Sorry i need to drop first three characters 34567.... and the last character also...
4,997
Posted By ithirak17
To get the characters from a variable
Hi ,
I need to get the specified word from the variable.can some one help me out in this ?
input=ASD34567P

i need to get the value as :

output1=34567


So i need to ignore the last...
5,339
Posted By ithirak17
Thanks..for ur help.
Thanks..for ur help.
5,339
Posted By ithirak17
Extracting from second word
Hi all,
I need to extract the Particular string from the whole word,the input file is :

123,345,aaaa,555,....,....

I need all the record from 345 so i need to eliminate the first record....
2,772
Posted By ithirak17
To Compare content of one file with other file
Hi All,
I need to compare the content of one file with the other.The first file holds the records:
aaa ,123
bbb,321
ccc,890

Second file willl holds the record
aaa,bbb,ccc

My problem...
1,301
Posted By ithirak17
Help needed
Hello all,
I am new to unix.i need the interview questions commonly asked for shell scripting and unix.if anyone had the useful link please tell me.


Thanks in advance...
6,022
Posted By ithirak17
problem in arithmetic operations
hello all,
i am having a variable with a value of 0000010000 and if i add the variable with some no:

suppose
i=0000010000
n=`expr $i + 1`
echo $n

the output i am reciving is 10001 .it...
33,121
Posted By ithirak17
to compare two strings
hi all,
i am new to unix. Actually i need to compare two string and print the result...


suppose type='sun'
if[$type = 'sun' ]; then
echo good morning
else
echo good night
fi


whether...
Showing results 1 to 13 of 13

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