Re: [PLUG] File content modification

2010-08-04 Thread Nandan Marathe
On Tue, Aug 3, 2010 at 7:46 AM, Mayuresh mayur...@acm.org wrote: On Mon, Aug 02, 2010 at 11:08:44AM +0530, Nandan Marathe wrote: On Sun, Aug 1, 2010 at 2:40 PM, Mayuresh mayur...@acm.org wrote: the cat is unnecessary. Otherwise this looks the cleanest solution. cut -d_ -f2- temp | sed

Re: [PLUG] File content modification

2010-08-04 Thread Mehul Ved
On Sun, Aug 1, 2010 at 2:34 PM, Mehul Ved mehul.n@gmail.com wrote: Try sed -e 's/_/ /g' inputfile | sed -e 's/^ *[^ ]* //' | sed -e 's/^\(.*\) .*/\1/' | sed -e 's/ //g' outputfile Not sure if there's a way to do it without piping it so many times. A little simpler sed -e 's/_/ /g' -e

[PLUG] Open source desktop sharing tool

2010-08-04 Thread Nikhil Kala
Hello All, I am looking for a open source desktop sharing tool, which can work on linux and windows platform. Something like Team Viewer in Windows. Team Viewer works with low band width and does not required any additional settings / configuration. Any one has any idea related to this? Thanks

Re: [PLUG] Open source desktop sharing tool

2010-08-04 Thread Nandan Marathe
On Wed, Aug 4, 2010 at 10:36 PM, Nikhil Kala nikhilrk...@gmail.com wrote: Hello All, I am looking for a open source desktop sharing tool, which can work on linux and windows platform. Something like Team Viewer in Windows. Team Viewer works with low band width and does not required any

Re: [PLUG] Open source desktop sharing tool

2010-08-04 Thread Mithun Shitole
On Wednesday 04 August 2010 10:36 PM, Nikhil Kala wrote: Hello All, I am looking for a open source desktop sharing tool, which can work on linux and windows platform. Something like Team Viewer in Windows. Team Viewer works with low band width and does not required any additional settings /

Re: [PLUG] Open source desktop sharing tool

2010-08-04 Thread Rajagopal Swaminathan
Greetings, On 8/4/10, Nikhil Kala nikhilrk...@gmail.com wrote: Hello All, I am looking for a open source desktop sharing tool, which can work on linux and windows platform. Something like Team Viewer in Windows. Team Viewer works with low band width and does not required any additional