Re: Vertical regexp

2007-02-17 Thread Meino Christian Cramer
From: David Rock <[EMAIL PROTECTED]> Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 19:46:38 -0600 > * Tim Chase <[EMAIL PROTECTED]> [2007-02-17 10:58]: > > > > Hmm...this sounds like something I'd do outside of vim, though > > I'll try my hand at

Re: Vertical regexp

2007-02-17 Thread David Rock
* Tim Chase <[EMAIL PROTECTED]> [2007-02-17 10:58]: > > Hmm...this sounds like something I'd do outside of vim, though > I'll try my hand at a vim solution too. On a *nix system, I'd > use your original source files (hd.txt and dvd.txt) and the > "join" tool. > > bash> join -a 1 <(sort hd.txt) <

Re: Vertical regexp

2007-02-17 Thread Tim Chase
> Short explanation, what I intent to do: > I have two directory trees. One is on my hd, the other one on a > DVD-RAM, both containing lots of files. The directory structure > is very similiar. > > To proof, that the DVD-RAM has no file, which does not exist on the > hd I generate a checksum

Re: Vertical regexp

2007-02-17 Thread Meino Christian Cramer
From: Tim Chase <[EMAIL PROTECTED]> Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 09:11:36 -0600 > > Is there any way to find two specific items of an ascii table of the > > same column but of two adjacent rows ? > > I'm not quite sure what you&#x

Re: Vertical regexp

2007-02-17 Thread A.J.Mechelynck
Meino Christian Cramer wrote: From: "A.J.Mechelynck" <[EMAIL PROTECTED]> Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 16:10:50 +0100 Meino Christian Cramer wrote: From: "A.J.Mechelynck" <[EMAIL PROTECTED]> Subject: Re: Vertical regexp Date: Sat, 17

Re: Vertical regexp

2007-02-17 Thread Meino Christian Cramer
From: "A.J.Mechelynck" <[EMAIL PROTECTED]> Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 16:10:50 +0100 > Meino Christian Cramer wrote: > > From: "A.J.Mechelynck" <[EMAIL PROTECTED]> > > Subject: Re: Vertical regexp > > Date: Sat, 17 Feb

Re: Vertical regexp

2007-02-17 Thread Tim Chase
> Is there any way to find two specific items of an ascii table of the > same column but of two adjacent rows ? I'm not quite sure what you're trying to do on the data you described in your 2nd posting, so I'm divining intent as well as a solution. Perhaps with your intent as well, a better so

Re: Vertical regexp

2007-02-17 Thread A.J.Mechelynck
Meino Christian Cramer wrote: From: "A.J.Mechelynck" <[EMAIL PROTECTED]> Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 15:46:19 +0100 Meino Christian Cramer wrote: Hi, Is there any way to find two specific items of an ascii table of the same column but of two adjac

Re: Vertical regexp

2007-02-17 Thread Meino Christian Cramer
From: "A.J.Mechelynck" <[EMAIL PROTECTED]> Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 15:46:19 +0100 > Meino Christian Cramer wrote: > > Hi, > > > > Is there any way to find two specific items of an ascii table of the > > same column but o

Re: Vertical regexp

2007-02-17 Thread A.J.Mechelynck
Meino Christian Cramer wrote: Hi, Is there any way to find two specific items of an ascii table of the same column but of two adjacent rows ? I am looking for some vimish solution - there is of course a way to specify an highly complex and longish regexp which is very table specific...