Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.
Albert Einstein
I am doing a startup!
Cross-browser testing from your browser!
I have written my fourth book!
Be faster than Larry Wall in the shell!
You're replying to a comment by nani.
Hi, I have below file,
ABC|info:this is a file|size:3kb|name:sample.txt SBC|model:Benz|info:This is a CAR|name:class-c DFR|number:c2105|name:SONY|info: this is a phone
I need to print only "info" column as ABC;info:this is a file SBC;info:This is a CAR DFR;info: this is a phone
Can anybody suggest please
Name:
E-mail: (why do I need your e-mail?)
It would be nice if you left your e-mail address. Sometimes I want to send a private message, or just thank for the great comment. Having your e-mail really helps.
I will never ever spam you.
Twitter: (Your twitter handle, if you have one.)
Website:
* use <pre>...</pre> to insert a plain code snippet.
<pre>...</pre>
* use <pre lang="lang">...</pre> to insert a syntax highlighted code snippet. For example, <pre lang="python">...</pre> will insert Python highlighted code.
<pre lang="lang">...</pre>
<pre lang="python">...</pre>
* use <code>...</code> to highlight a variable or a single shell command.
<code>...</code>
* use <a href="url" nospam>title</a> to insert links.
<a href="url" nospam>title</a>
* use other HTML tags, such as, <b>, <i>, <blockquote>, <sup>, <sub> for text formatting.
<b>
<i>
<blockquote>
<sup>
<sub>
Type the word "lcd_122": (just to make sure you're a human)
Please preview the comment before submitting to make sure it's OK.
Peter Krumins' blog about programming, hacking, software reuse, software ideas, computer security, browserling, google and technology.
Reach me at:
Or meet me on:
Subscribe through an RSS feed:
Subscribe through email:
Enter your email address:
Delivered by FeedBurner
See all top articles
See all downloads
See more detailed list of recent articles
See more detailed category information
See more detailed list of all articles
Hi, I have below file,
ABC|info:this is a file|size:3kb|name:sample.txt
SBC|model:Benz|info:This is a CAR|name:class-c
DFR|number:c2105|name:SONY|info: this is a phone
I need to print only "info" column as
ABC;info:this is a file
SBC;info:This is a CAR
DFR;info: this is a phone
Can anybody suggest please
Reply To This Comment