Search Results

Search: Posts Made By: manishK
3,050
Posted By manishK
reply
Yes that is correct opening any file in excel and doing import will do the trick but finding right code in shell using awk,sed or looping is great trick that am looking for ???
1,920
Posted By manishK
Reply to Rudi
sed -n 'H; /Procedure Name/ {x;s:\n:,:g;p}; $ {x;s:\n:,:g;p}' Log|more
,Procedure Name: 302_ALLDATA---------------------------
, Granular Rasbhariiiitributes: (none defined)
, Checksum...
3,050
Posted By manishK
Please Respond
Hello Experts,


Can you help with with Shell Code for this Problem it will be of great help!!


Thank you Shell Heroes
1,920
Posted By manishK
Thanks alot RudiC for a try but looks like it did not worked for me see
Thanks alot RudiC for a try but looks like it did not worked for me see below : the output is spreading across multiple lines
sed -n 'H; /Procedure Name/ {x;s:\n:,:g;p}; $ {x;s:\n:,:g;p}' Log |more...
1,920
Posted By manishK
Shell Code required -Output in Multiple Rows to be in single row separated by Commas -
Hola Greetings Experts ,

I have records spreaded across multiple lines. in attached log.txt i want output to be in 1 line like this below Atached as Output.txt.

In brief
Output related to 1...
3,050
Posted By manishK
Thanks Saps19 -->> This is not production data ,...
Thanks Saps19 -->> This is not production data , I have created a test lab and from there I have done several tests and thats the data I have presented here ..

ANyways thanks either ...If you can...
3,050
Posted By manishK
Hello
saps19 (https://www.unix.com/members/302093411.html) -->> You are Genius . You have catched what exactly iam looking For .

Can you share the code , it will be Great Help !!!!
3,050
Posted By manishK
Multiple records need to convert UNIXtime to human readable datatime and all output in one format
Hello Experts,

Below is the record i have:
sample data attached

I want this record of each row to be in single line and there are multiple rowise unixtime mentioned e.g 11996327 , This needs...
Showing results 1 to 8 of 8

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