help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using a File index


From: HS
Subject: Re: Using a File index
Date: 6 Feb 2007 05:44:49 -0800
User-agent: G2/1.0

On 6 fev, 04:47, Kevin Rodgers <kevin.d.rodg...@gmail.com> wrote:
> HS wrote:
> > I use to open files using recursive find.
> > Now I just did a ruby script to generate a list of all sources on some
> > given folder.
> > My problem now is to parse this file and use it to open the file I'm
> > looking for.
>
> > file1.c = c:\blabla\prj1\file1.c
> > file2.c = c:\blabla\prj2\file2.c
> > file3.c = c:\srcs\file3.c
>
> > Anyone could give me a hint?
>
> I think the answer is in the shell, not Emacs:
>
> emacs $(ruby SCRIPT FOLDER | awk -F= '{print $2}')
>
> --
> Kevin Rodgers
> Denver, Colorado, USA

That's nice, but it's solved now.
That solution of yours wouldn't open a new emacs?
And also I don't have awk here :) (winxp)
Tks anyway
Cheers
HS



reply via email to

[Prev in Thread] Current Thread [Next in Thread]