Search Results

Search: Posts Made By: rocky2013
1,570
Posted By rocky2013
RudiC, Not getting any output for the code...
RudiC,

Not getting any output for the code

Kindly help me for getting the desired output, infact iam trying with different scenarious its not working out.


awk ' {getline x;...
1,570
Posted By rocky2013
Help!! needed to get the desired output
Am in need of your help to get the desired output.
nameSECURITY.SERVICES.CONFIG:GETVALUEisPrefetchedNsAccessLast2013-09-13 10:50:13...
5,863
Posted By rocky2013
Hi, Jotne, RudiC & alister Am sorry for...
Hi, Jotne, RudiC & alister
Am sorry for re-opening this thread again.
Am in need of your help to get the desired output.


name
SECURITY.SERVICES.CONFIG:GETVALUE
isPrefetched
N...
1,211
Posted By rocky2013
Hi Jotne, Thanks for your response. I am...
Hi Jotne,

Thanks for your response.
I am receiving the below error when I have executed the given code and nothing is getting logged in the log file.

awk: syntax error near line 1
awk:...
1,211
Posted By rocky2013
Help Need to fetch the required data
Hi Guys,

Am in need of your help one more time on my real data.
I have a file which contains more than thousand lines of data

Live data shown for 4 iterations. We have more than thousand...
5,863
Posted By rocky2013
Scott - It worked for me Alister - Am just...
Scott - It worked for me

Alister - Am just checking what's wrong with the given code am unable to locate where the problem lies.


file=data
n=7
{ awk 'NR==n*2 {exit} NR%2' n=$n "$file";...
5,863
Posted By rocky2013
Alister - Executed the givne code, below is the...
Alister - Executed the givne code, below is the output
awk ' !f{ff=$0; f=1} !x && NR%2 { if(!(f>1 && $0 ~ ff)){printf "%s\t", $0} if(f==1){f++;next}}
!(NR%2) { d=d" "$0 } $0 ~ ff {print "\n"d;...
5,863
Posted By rocky2013
Below is the real data from which I want to...
Below is the real data from which I want to generate the required output.
I have just given a first two cases it has totally more than 1000 lines of similar data and ofcourse the values will be...
5,863
Posted By rocky2013
Jotne, Yoda and Ravinder Thanks a lot for...
Jotne, Yoda and Ravinder

Thanks a lot for your help.

Still, am unable to achieve the desired output as per my requirement.
I have a file which has more than 1000 lines of data and the...
5,863
Posted By rocky2013
Help! output format from vertical to horizontal
Hi All,

please help to achieve the desired output
Example: I have a file which contains the below data
empname
robert
empid
787
design
consultant
empname
alex
empid
898
design...
1,063
Posted By rocky2013
Thanks for your response. With the help of...
Thanks for your response.

With the help of below code i have achieved the given output shown in my previous thread

paste -s ' ' - - < inputfile > outputfile

---------- Post updated at...
1,063
Posted By rocky2013
Help! needed to displaying an output in record format
Hi Friends,

Am new to Unix world and this is my first post in this forum.
I was stuck in displaying the content.

while displaying the content the below points to be taken care

1 ) The...
Showing results 1 to 12 of 12

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