grass4.1 importing binary images with headers

Assuming I know the size of the header as well as the
dimensions of the image, is there an easy way (=> without writing
a C program) to skip the header and write the rest to a file so that
I can then move it to /cell and run r.support?

Agus

Use the dd command with appropriate skipping options.

Martijn van Leusen