about source code

Shyh-yuan...

Hello,
     I uploaded GRASS source code.I use
"cat s4.cpio.Z.* | zcat | cd ./grass; cpio -icdu" in my Sunsparc,
but don't retrieving of these files.
Can you tell me how can I do.
     Thanks in advance.

Instead of...
  cat s4.cpio.Z.* | zcat | cd ./grass; cpio -icdu
... try this...
  cat s4.cpio.Z.* | zcat | (cd ./grass; cpio -icdu)

The semicolon in your command separates the pipeline from the cpio
command.

David Houlder Phone: +61 6 249 4613
Geography Department (In Aust.: (06) 249 4613)
The Australian National University Fax: +61 6 249 3770
--------------------------------------------------------------