For Programmers: Free Programming Magazines  


Home > Archive > AWK > June 2007 > adding blank lines to a file









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author adding blank lines to a file
Ricardo Pan

2007-06-19, 9:57 pm

Hello ... how do I add a blank line after some defined number of
lines?

Regards

Example: I have a file with 100 lines, after 10 lines I would like to
add a blank line.

1st line
2nd line
3rd line
4th line
5th line
10th line
blank line
11th line
12th line
....
20th line
blank line
21st line
22nd line
23rd line
....
30th line
blank line
....
....
....
blank line
91st line
92nd line
93rd line
....
100th line

Vassilis

2007-06-19, 9:57 pm


Ricardo Pan :
> Hello ... how do I add a blank line after some defined number of
> lines?
>
> Regards
>
> Example: I have a file with 100 lines, after 10 lines I would like to
> add a blank line.
>
> 1st line
> 2nd line
> 3rd line
> 4th line
> 5th line
> 10th line
> blank line
> 11th line
> 12th line
> ...
> 20th line
> blank line
> 21st line
> 22nd line
> 23rd line
> ...
> 30th line
> blank line
> ...
> ...
> ...
> blank line
> 91st line
> 92nd line
> 93rd line
> ...
> 100th line



awk '{ print } NR % 10 == 0 { print "" }' input

Vassilis

Janis Papanagnou

2007-06-19, 9:57 pm

Ricardo Pan wrote:
> Hello ... how do I add a blank line after some defined number of
> lines?
>
> Regards
>
> Example: I have a file with 100 lines, after 10 lines I would like to
> add a blank line.


awk 'ORS=NR%10?"\n":"\n\n"'

Janis

>
> 1st line
> 2nd line
> 3rd line
> 4th line
> 5th line
> 10th line
> blank line
> 11th line
> 12th line
> ...
> 20th line
> blank line
> 21st line
> 22nd line
> 23rd line
> ...
> 30th line
> blank line
> ...
> ...
> ...
> blank line
> 91st line
> 92nd line
> 93rd line
> ...
> 100th line
>

Tenabpobas47

2007-06-21, 5:37 am

http://www.videomoviesonline.com/Play?clip=1673286
Surprsie

2007-06-26, 4:23 am

Jennifer Aniston huge archive of homemade porn!

http://www.theillegalsite.com/PlayM...p?watch=1673286
Ooshfala7

2007-06-26, 8:54 pm

Nasty Annette is masturbating then coming on the camera!
http://girls-with-toys.info/gallery.php?id=218571
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com