[GRASS5] [bug #2832] (grass) d.mapgraph command separator

this bug's URL: http://intevation.de/rt/webrt?serial_num=2832
-------------------------------------------------------------------------

Mention on d.mapgraph etc. man pages that the only command separator is a
newline. E.g., one must do echo -e move 16844 26838\\n text Z|d.mapgraph

--- Headers Follow ---

From jidanni@jidanni.org Thu Dec 9 23:41:29 2004

Return-Path: <jidanni@jidanni.org>
Delivered-To: grass-bugs@lists.intevation.de
Received: from mail.intevation.de (aktaia [212.95.126.10])
  by lists.intevation.de (Postfix) with ESMTP id 3425D102C71
  for <grass-bugs@lists.intevation.de>; Thu, 9 Dec 2004 23:41:29 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
  by mail.intevation.de (Postfix) with ESMTP id 017CF36DEF
  for <grass-bugs@lists.intevation.de>; Thu, 9 Dec 2004 23:41:28 +0100 (CET)
Received: from frodo.hserus.net (frodo.hserus.net [204.74.68.40])
  by mail.intevation.de (Postfix) with ESMTP id 8363836DE2
  for <grass-bugs@intevation.de>; Thu, 9 Dec 2004 23:41:28 +0100 (CET)
Received: from [219.69.72.135] (port=32934 helo=jidanni1)
  by frodo.hserus.net with esmtpsa
  (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #0)
  id 1CcWyM-000AaY-UR by authid <jidanni> with plain
  for <grass-bugs@intevation.de>; Fri, 10 Dec 2004 04:11:25 +0530
To: grass-bugs@intevation.de
Subject: d.mapgraph command separator
From: Dan Jacobson <jidanni@jidanni.org>
Date: Fri, 10 Dec 2004 02:16:18 +0800
Message-ID: <87brd349sd.fsf@jidanni.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Status: No, hits=-4.5 tagged_above=-999.0 required=3.0 tests=BAYES_00,
  DATE_IN_PAST_03_06
X-Spam-Level:

-------------------------------------------- Managed by Request Tracker

this bug's URL: http://intevation.de/rt/webrt?serial_num=2832
-------------------------------------------------------------------------

Mention on d.mapgraph etc. man pages that the only command separator is a
newline. E.g., one must do echo -e move 16844 26838\\n text Z|d.mapgraph

have you tried input like:

d.mapgraph << EOF
move 16844 26838
text Z
EOF

?

Hamish