Moritz Lennert-2 wrote:
> 
> On 25/10/07 23:28, Glynn Clements wrote:
>> Moritz Lennert wrote:
> ...
> ...
> It has c:/ (forward-slash) style syntax. So, windows usable, but not for 
> the above sed command.
> 

In (Linux?) sed, you can substitute / separator for example with + or
another character:

echo "ciao mama/sorella" | sed 's+mama+papa+g'
ciao papa/sorella

Maybe helpful?

Markus

-- 
View this message in context: 
http://www.nabble.com/wingrass%3A-etc-fontcap-contains-fonts-from-dist.-directory-not-installed-directory-tf4683362.html#a13434503
Sent from the Grass - Dev mailing list archive at Nabble.com.

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev

Reply via email to