Search Results

Search: Posts Made By: RP09
1,245
Posted By RP09
Issues while pattern matching using grep
Hi,

I have a file f1 wi the following data

f1.txt
========

Report ID
Report Name
-----------------------------------------------------------------

Post Requests : 2 ...
1,115
Posted By RP09
how to join all lines in afile in unix
Hi,
I have a unix file which has many lines, i need to join all the lines to single line.
Eg: myfile.txt contains:
a
123
45fg
try

and i need the output as :
a 123 45fg try

Please...
2,163
Posted By RP09
How to use GOTO stmt in Unix scripting?
my code does somthing like this:
#!bin/ksh
sqlplus / | While read id
do
temp[i]=`echo $id`
i = i+1
done
j=0
while [ $j -le $i ]
do
--connecting to sql and executing a Stored...
1,297
Posted By RP09
thanks jayan! :) its working..
thanks jayan! :)
its working..
1,297
Posted By RP09
error while updating rows in sql with values in array variable
Hi,
I need to update rows in a table based on the values in an array variable.
code is :
while read line
do
error_msg[$index]="$(echo $line)"
index=`expr ...
1,974
Posted By RP09
Thanks for the replies!.. "command sh" is...
Thanks for the replies!..

"command sh" is used to create a trusted sesion ID (which is called from .exe)to execute a batch file.. so sh command is necessary and cannot remove that line..is there...
1,974
Posted By RP09
Error while executing sh command
Hi,
I have 2 files temp1.sh and temp2.sh as follows:
===========
temp1.sh
===========
echo "session1"
sh temp2.sh
echo "exit session2 and enter session1"
=================================...
Showing results 1 to 7 of 7

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