rottlog-develop
[Top][All Lists]
Advanced

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

RE: [Rottlog-develop] Install Problem


From: Jeff Grossman
Subject: RE: [Rottlog-develop] Install Problem
Date: Sun, 10 Nov 2002 08:12:08 -0800

> -----Original Message-----
> From: address@hidden [mailto:rottlog-develop-
> address@hidden On Behalf Of address@hidden
> Sent: Sunday, November 10, 2002 1:34 AM
> To: address@hidden
> Subject: Re: [Rottlog-develop] Install Problem
> 
> Ciao Jeff Grossman,
>  il giorno Sat, Nov 09, 2002 at 01:27:37PM -0800 hai scritto:
> 
> > Sorry this has taken me so long.  Been busy, and forgot it was in my
> > inbox.  Here are the results.
> :-)
> 
> > [corp1:~] jeff% echo "/etc/prova"|awk ' { print
gensub("/","\\\\/","G")
> > }'
> > awk: calling undefined function gensub
> >  input record number 1, file
> >  source line number 1
> 
> Ok, you've not GNU awk.
> So please try with this:
> 
> echo "/test/dir/to/translate"|awk ' { gsub("/","\\\/"); print $0 }'

Here you go:

[corp1:~] jeff% echo "/test/dir/to/translate"|awk ' { gsub("/","\\\/");
print $0
 }'
\/test\/dir\/to\/translate

> P.S. Mac OS X don't use any GNU tool?

I do not know the answer to that.

Jeff
-- 
Jeff Grossman (address@hidden)
Director - Information Systems, Turner's Outdoorsman
http://www.turners.com





reply via email to

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