rottlog-develop
[Top][All Lists]
Advanced

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

Re: [Rottlog-develop] Install Problem


From: stefko5
Subject: Re: [Rottlog-develop] Install Problem
Date: Sun, 10 Nov 2002 10:33:42 +0100
User-agent: Mutt/1.2.5i

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 }'

Thanks :-)


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


----------------------------------------------------------------------
Stefano Falsetto                                     address@hidden
                                    http://spazioweb.inwind.it/stefko5

Rot[t]Log home page:                     http://www.nongnu.org/rottlog





reply via email to

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