+1 for meld
On May 7, 2012 12:09 AM, "Noam Meltzer" wrote:
> meld is a good diff tool for linux.
> for 3 way diff you can try kdiff3.
>
> On Sun, May 6, 2012 at 1:52 PM, Erez D wrote:
>
>> Hello,
>>
>> We have developers which are used to work under windows (visual studio)
>> We are now writing
you can try also kompare.
http://www.youtube.com/watch?v=gFB2Al2uvyk
On Sun, May 6, 2012 at 5:03 PM, Noam Meltzer wrote:
> meld is a good diff tool for linux.
> for 3 way diff you can try kdiff3.
>
> On Sun, May 6, 2012 at 1:52 PM, Erez D wrote:
>
>> Hello,
>>
>> We have developers which are u
On 05/06/2012 03:15 PM, Nadav Har'El wrote:
On Sun, May 06, 2012, vordoo wrote about "bash wget script problem":
Please, don't send here HTML mail...
Yep sorry.
Got a working script, on an ubuntu box, that will not run on arch.
It stops on:
ip_page=$(wget -q -O -
http://$router_use
meld is a good diff tool for linux.
for 3 way diff you can try kdiff3.
On Sun, May 6, 2012 at 1:52 PM, Erez D wrote:
> Hello,
>
> We have developers which are used to work under windows (visual studio)
> We are now writing code for linux using linux.
>
> So i let them use Eclipse as an ide (i my
On Sun, May 06, 2012, vordoo wrote about "bash wget script problem":
>
Please, don't send here HTML mail...
> Got a working script, on an ubuntu box, that will not run on arch.
> It stops on:
> ip_page=$(wget -q -O -
> http://$router_username:$router_pass@192.168.1.1/Status_Router.asp)
Hi,
maybe it's because of your bash version?
I messed around with wget lately, and saw somewhere written that some
things will work only on bash 4 and above.
I don't know bash that well so I don't know whether this is the issue or I
just said something stupid...
What I did was:
wget http://website
On Sun, May 06, 2012 at 01:52:04PM +0300, Erez D wrote:
> can i do that (ignore comments) in vimdiff (without filtering)
I use the VimDirDiff script. In my vimrc I have:
let g:DirDiffExcludes = ".svn,.git,.*.swp"
let g:DirDiffIgnore = "\\$Id,\\$Revision,\\$Date"
Those are essentially passed alo
Hello,
We have developers which are used to work under windows (visual studio)
We are now writing code for linux using linux.
So i let them use Eclipse as an ide (i myself use vim).
now for a diff tool (i use vimdiff), they are used to beyond compare
i know i can get a linux version of beyond com