On Sunday 08 May 2005 06:36, Byron Hillis wrote:
> Hi everybody,
>
> A bit off topic, but it is on a Debian machine. Here's the situation. I've
> got a bunch of files layed out like this...
>
> /cvs/proj/src/rs232/rs232.asm
> /cvs/proj/src/rs232/include/rs232_include.inc
> /cvs/proj/src/rs232/inclu
> > >
> > > A="/cvs/proj/src"
> > > B="/code"
> > > find "$A/" |while read line; do
> > > X=$(echo "$line"|cut -d/ -f6-);
> >
> > X=$(echo "$line"|baseline);
>
> Argh, that should have been:
>
>
> X=$(echo "$line"|basename);
>
> >
On 2005-05-08T02:05:53-0400, Allan Wind wrote:
> On 2005-05-08T02:02:27-0400, Kevin Mark wrote:
> > my 2 cents
>
> Nice.
>
> >
> > A="/cvs/proj/src"
> > B="/code"
> > find "$A/" |while read line; do
> > X=$(echo "$line"|cut -d/ -f6-);
>
>
On 2005-05-08T02:02:27-0400, Kevin Mark wrote:
> my 2 cents
Nice.
>
> A="/cvs/proj/src"
> B="/code"
> find "$A/" |while read line; do
> X=$(echo "$line"|cut -d/ -f6-);
X=$(echo "$line"|baseline);
> ln -s "$line" "$B/$X";
> d
On Sun, May 08, 2005 at 03:36:23PM +1000, Byron Hillis wrote:
> Hi everybody,
>
> A bit off topic, but it is on a Debian machine. Here's the situation. I've
> got a bunch of files layed out like this...
>
> /cvs/proj/src/rs232/rs232.asm
> /cvs/proj/src/rs232/include/rs232_include.inc
> /cvs/proj/
Hi everybody,
A bit off topic, but it is on a Debian machine. Here's the situation. I've
got a bunch of files layed out like this...
/cvs/proj/src/rs232/rs232.asm
/cvs/proj/src/rs232/include/rs232_include.inc
/cvs/proj/src/rs232/include/rs232.inc
/cvs/proj/src/a2d/a2d.asm
/cvs/proj/src/a2d/includ
6 matches
Mail list logo