Search Results

Search: Posts Made By: bikerboy
1,563
Posted By bikerboy
Text processing in UNIX
Greetings!

I have a text file that I am trying to process to get the desired output but looks like I will need the community help.

Input File:

...
10,618
Posted By bikerboy
Great! It did work. Many thanks for the help! ...
Great! It did work. Many thanks for the help!

---------- Post updated at 12:44 PM ---------- Previous update was at 12:43 PM ----------

I used the same code you put above and ran:

mutt -e...
10,618
Posted By bikerboy
Thanks for the reply!. Any workaround or do...
Thanks for the reply!.

Any workaround or do I have to drop this whole idea?
10,618
Posted By bikerboy
Thanks Don for the reply. Let me put it this...
Thanks Don for the reply.

Let me put it this way (and sorry if i did confuse you at the beginning)

Say the shell script executed and i have a file "chart.abcde". Now, I need to email this file...
10,618
Posted By bikerboy
Display Pie Chart/Bar Graph in microsoft outlook email using UNIX commands/Shell scripts
I have a shell script which executes to write html codes into a text file. My next step is to email the text file so that receiving person (people who i send email to) should be able to see pie/chart...
1,128
Posted By bikerboy
I have tried to separate the first three lines...
I have tried to separate the first three lines after every blank line combination and then add the html tags and append back it back to the original file. But that didn't work either. I got no where...
1,128
Posted By bikerboy
Precede and Append characters using sed/awk based on a pattern
I have an input file which is similar to what I have shown below.

Pattern : Data followed by two blank lines followed by data again followed by two blank lines followed by data again etc..
...
1,746
Posted By bikerboy
Noted!. This is my first post so I am learning to...
Noted!. This is my first post so I am learning to follow the rules and regulations of this forum.

The syntax I ran to execute the second input format is :

awk '
NF == 0 {
c = 0
out = ""...
1,746
Posted By bikerboy
Super!. Big thanks to you Sir!!!. One last...
Super!. Big thanks to you Sir!!!.

One last question before I close this thread. What if the input is like this:

hi
this
is
biker boy
i like bikes
i love bikes


this
is
a
great forum...
1,746
Posted By bikerboy
Thank you for the reply Don. This is not a...
Thank you for the reply Don.

This is not a homework assignment.

I have tried using a couple of awk and sed filters but the effort went in vain.

There are always two blank lines. Not less or...
1,746
Posted By bikerboy
Help with text processing
I have an Input file which has a series of lines(which could vary) followed by two blank lines and then another series of lines(Could be any number of lines) followed by two blank lines and then...
Showing results 1 to 11 of 11

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