Search Results

Search: Posts Made By: imipsita.rath
2,053
Posted By imipsita.rath
Thanks Jim . I am exactly need that . it works.
Thanks Jim . I am exactly need that . it works.
2,053
Posted By imipsita.rath
Xapture Plsql Error from Unix Shell cript
Hi Friends,
Need your help . I have a shell script which executes the plsql procedure proc_p1.
I want to capture the error message when the procuder throws some error message.
I codeed in the...
3,841
Posted By imipsita.rath
Remove Duplicate Records
Hi frinds,
Need your help.

item , color ,desc
==== ======= ====
1,red ,abc
1,red , a b c
2,blue,x
3,black,y
4,brown,xv
4,brown,x v
4,brown, x v


I have to elemnet the duplicate...
1,561
Posted By imipsita.rath
it doesnt work . my requirement is output should...
it doesnt work . my requirement is output should be
name='JACK'
1,561
Posted By imipsita.rath
print through AWK
Hi friends I need one help from you .

I want to print name='JACK' through . how can i make it .


awk '{print "name=jack"}'

it ll print name=JACK
7,273
Posted By imipsita.rath
confused with << EOF EOF
Hi friends ,
I am confused with << EOF
EOF
Most of the cases I found

sqlplus $db_conn_str << EOF
some sql staments
EOF

another exapmle is


#!/bin/sh
echo -n 'what is the value? '...
2,172
Posted By imipsita.rath
AWK in column search
Hi friends ,
I am new to unix ,need your help to fix this
there is a ~ deliminated file. how to find the 5th column of the row.
awk 'print $5 ' abc.txt
it doesnot work . it works for table...
Showing results 1 to 7 of 7

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