Search Results

Search: Posts Made By: abzi
2,215
Posted By abzi
I solved it... just used ls instead of echo..
I solved it... just used ls instead of echo..
2,215
Posted By abzi
prob with ssh
I am executing this on say host1

export dn=/home/abhi
export fn=file\"*\"
file_path=$dn/$fn
set -A files $(ssh host2 "eval echo $file_path")
echo files= ${files }

So the purpose is to store...
1,916
Posted By abzi
Small correction... now i want SQL as select...
Small correction...

now i want SQL as select a from employee
and as select a from $TBL

should ve been
now i want SQL as select a from employee
and NOT as select a from $TBL
1,916
Posted By abzi
evaluating params
Hi all,

I ve a script like....

TBL=employee
sql=`cat abhi.sql` \\ abhi.sql contains ------- select a from $TBL
echo $TBL
echo $sql
SQL=`echo $sql`
echo $SQL



now i want SQL as select...
Showing results 1 to 4 of 4

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