about source code

David Houlder david at dart.anu.edu.au
Wed Feb 15 18:10:08 EST 1995


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



More information about the grass-dev mailing list