Search Results

Search: Posts Made By: niba
2,060
Posted By niba
RudiC, For your question "Not sure I...
RudiC,

For your question "Not sure I understand. What output is "0"? Do you have a line " answer is "0" is what is the output from echo statement.
And there is no other output from logfile.
2,060
Posted By niba
printf is producing same line as output. That...
printf
is producing same line as output. That is if input is
[ASD_HAGDF_CSAS_CMPPRD.s_PRDPR_STNNSTN_CSAS_SRCTPP_COMMHIST006_INC_dat_LD]
out put is same.
2,060
Posted By niba
Hi All, The code snippet I pasted was only...
Hi All,

The code snippet I pasted was only the portion of code whihc I had issue. There are more processing happening inside while loop, but none of those statments is responsible for input line...
2,060
Posted By niba
Thats a type there is no if statement. Code is ...
Thats a type there is no if statement. Code is

while read myline
do
echo $myline >> /home/aauytrf/PARM_FILE_NM.bak
done < /home/aauytrf/PARM_FILE_NM.prm


One more point the script does...
2,060
Posted By niba
Input value changing into 0
Hi,

I am getting a strange problem in my production environment.

Line in input file:
[ASD_HAGDF_CSAS_CMPPRD.s_PRDPR_STNNSTN_CSAS_SRCTPP_COMMHIST006_INC_dat_LD]

Code:
while read myline...
2,012
Posted By niba
grep -v "grep" from 1st command should remove...
grep -v "grep" from 1st command should remove the grep line from out put and the instance_count should be 1. Whay am I getting 2 instead?
2,012
Posted By niba
number of instance check
Hi,

We are getting a curios result in one of AIX script. Its executed using !/bin/ksh .

After following line we get result of 3 in in the variable instance_count.
instance_count=`ps -ef |...
Showing results 1 to 7 of 7

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