| bio | website | SudarMuthu.com |
|---|---|---|
| location | Bangalore, India | |
| age | 30 | |
| visits | member for | 4 years, 7 months |
| seen | 34 mins ago | |
| stats | profile views | 308 |
I am a developer from Bangalore, India, mostly interested in WordPress, Android and Arduino programming. I write about my projects at my blog. You can also checkout my code that I have released as open source in my github account. You can follow me on twitter.
|
1d |
comment |
Pipe lines between two regex through another command One small thing. In your example code you forgot to close the quote at "modified" string |
|
1d |
comment |
Pipe lines between two regex through another command Thanks. +1 for writing about splitting up file as well. |
|
1d |
accepted | Pipe lines between two regex through another command |
|
1d |
asked | Pipe lines between two regex through another command |
|
1d |
comment |
Count number of blank lines in a file I also blogged about it at sudarmuthu.com/blog/… |
|
May 17 |
comment |
Print lines between two regex using sed @Kent Can you kindly explain the last part of the sed command. I tried referring the man pages, but still couldn't figure it out. Once I understand it, I will try to port it to bsd sed. |
|
May 16 |
comment |
Unescaping entities in Java My problem is that I have no idea about the input data. It might have got escaped or not :( |
|
May 16 |
comment |
Unescaping entities in Java I tried it in a sample file and it seems to have not caused any issues. But the final data in which I will be applying this is not available with me now. So that's why I wanted to know whether using all unescaping functions will have any effect or not. |
|
May 16 |
asked | Unescaping entities in Java |
|
May 16 |
comment |
Print lines between two regex using sed @Kent Sorry I was not clear about sed. I have accepted your answer now. One thing I noted is that your sed solution doesn't work in Mac. It works only in Ubuntu. |
|
May 16 |
accepted | Print lines between two regex using sed |
|
May 16 |
comment |
Print lines between two regex using sed Thanks. It works, but I am choosing the other answer since I already had subsequent commands in sed. I have upvoted the answer though :) |
|
May 16 |
comment |
Print lines between two regex using sed Thanks. It works, but I am choosing the other answer since I already had subsequent commands in sed. I have upvoted the answer though :) |
|
May 16 |
comment |
Print lines between two regex using sed thanks for the comments. And sorry for the confusion. I wanted only lines in the screenshot section. |
|
May 16 |
revised |
Print lines between two regex using sed added 16 characters in body |
|
May 16 |
comment |
Print lines between two regex using sed Can you kindly write a brief line explaining how it works? I am able to follow part of it, but not fully. |
|
May 16 |
comment |
Print lines between two regex using sed Can you kindly write a brief line explaining how it works? I am able to follow part of it, but not fully. |
|
May 16 |
asked | Print lines between two regex using sed |
|
May 16 |
accepted | Efficient way to add two lines at the beginning of a very large file |
|
May 6 |
comment |
rollback a previous commit, but still maintain history Thanks. I read about revert, but some how got confused with rebase |