Search Results

Search: Posts Made By: kojo
2,396
Posted By kojo
Plz find the entire code function ext { ...
Plz find the entire code

function ext
{
echo "THANKS & WELCOME BACK"
}

function upc
{
echo "TO EXPORT UPROC GIVE UPROC NAME PER LINE IN THE input.txt and PRESS Y"
echo "TO GO BACK...
2,396
Posted By kojo
Guys for more detail please find the code b.txt...
Guys for more detail please find the code
b.txt contents:
Object (,BDRJX648,001,T_BDRTARGE,BDRXTRSDS,001) extracted
Object (,BDRMX100,001,T_BDRTARG2,BDRXTR,001) extracted


Code:

function...
2,396
Posted By kojo
While loop
Hello friends

Please put some light where i am wrong

My functionality is like for first time it must do echo "tar -Cvf"
and after that till end of file b.txt it must do tar -rvf.

...
4,730
Posted By kojo
Hi Scottn, i want to know how can i...
Hi Scottn,

i want to know how can i automate sftp command.
When i execute the script the sftp connect to host and ask for the password but i want password also to be supplied in batfile .It...
4,816
Posted By kojo
Hello Cant it be possibe that it can...
Hello
Cant it be possibe that it can automaticaly read the password from the batfile and than connect
4,816
Posted By kojo
sftp command
Hello folks
i want to know hoaw can i automate sftp command.
When i am execute the script it sftp connect to host and ask for the password but i want password also to be supplied in batfile .It...
4,730
Posted By kojo
o/p EachRecord = BDRJX501 G_BDRPARIS BDRJX501...
o/p
EachRecord = BDRJX501 G_BDRPARIS
BDRJX501
G_BDRPARIS
Object ( , BDRJX501 , 001, G_BDRPARIS, BDRSYRXTR , 001) extracted
0
4,730
Posted By kojo
Hello You are right it is working and...
Hello

You are right it is working and giving the output of first input of first line of input file but now why it is not going to second line of input file ,it must go to 2nd line and than should...
4,730
Posted By kojo
Hello sorry was sick for the last weak I have...
Hello
sorry was sick for the last weak
I have made changes in my code as below

while read EachRecord
do
echo "EachRecord = "$EachRecord
s=`echo $EachRecord | cut -d " " -f1`
p=`echo...
4,730
Posted By kojo
Oh my god i took in some other manner i am...
Oh my god i took in some other manner

i am feeling very soory

---------- Post updated at 08:01 PM ---------- Previous update was at 07:48 PM ----------

Hello Scottn

Still i am in...
4,730
Posted By kojo
Not you sir ---------- Post updated at 07:21...
Not you sir

---------- Post updated at 07:21 PM ---------- Previous update was at 07:19 PM ----------





Thank you very much scottn its working

---------- Post updated at 07:42 PM...
4,730
Posted By kojo
reply
Hello

If you donot know answer no need to reply
4,730
Posted By kojo
cut command
while read EachRecord
do
echo "EachRecord = "$EachRecord
$EachRecord | cut -f1
#cut -f2 ./input.txt
done < input.txt
fi

*
*************
hi guys how can i pass value to cut command from...
4,191
Posted By kojo
Dear Franklin my exact functionality is as...
Dear Franklin
my exact functionality is as follows:
1>the function pln must take the first line of data from the input.ksh then
2>it must take the first line of mnu.ksh and it must do ...
4,191
Posted By kojo
reply
this is correct but than fuunctionality is chaging the loop is outer loop is considering the value of a as 1 and value of b =2 so it will never meet the functionality
******************
it must be...
4,191
Posted By kojo
small help how to exit from a unix for loop...
small help

how to exit from a unix for loop once inner loop is false

for i in `cat input.txt` ; do
a=`expr $a + 1`
echo $a
for j in `cat mnu.txt` ; do
b=`expr $b + 1`
echo...
1,758
Posted By kojo
loop issue
function ext
{
echo "THANKS & WELCOME BACK"
}
function upc
{
echo "TO EXPORT UPROC GIVE UPROC NAME PER LINE IN THE input.txt and PRESS Y"
echo "TO GO BACK PRESS 99"
read parm0
if [...
4,191
Posted By kojo
i think it will become more critical/better can you give me tip on for loop
******************
for
do

done
***************
function upc
{
#for i in $var
echo "TO EXPORT UPROC GIVE UPROC NAME"
echo "TO GO BACK PRESS 99"
read parm0
if [ "$parm0"...
4,191
Posted By kojo
thank you its working now
Its working fine

---------- Post updated at 04:51 PM ---------- Previous update was at 03:35 PM ----------

Hello now i want to pass some string which always start with BDR but end charcters can...
4,191
Posted By kojo
Function call
Hi foiks

i am unable to find what is wrong in my code
mu functionality is to exit from shell when i give 99 but it is not calling function ext
Could you please correct me.

read option
if [...
Showing results 1 to 20 of 20

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